[Coco] Running GFX2 when writting code

Wayne Campbell asa.rand at gmail.com
Fri Mar 7 22:46:25 EST 2025


Are you using eou? If so, change GFX2 to BFX2. In eou Basic09 has Binkey,
BFX2 and Byscall merged with it. The reason they were renamed to have a 'b'
that's the first character is so that run b could be using the original
inkey, gfx2 and syscall at the same time without a conflict. When you go to
pack your procedures, make sure you change any occurrences of Binkey, BFX2
and Byscall back to the original names.

On Fri, Mar 7, 2025, 5:47 PM plt via Coco <coco at maltedmedia.com> wrote:

>
> I put  RUN GFX2("CURXY",10,10) in the program and if I try and run it
> within basic09 I am getting 43 error. Is there a way to run in Basic09?
>
>
>
>
> On Sat, March 8, 2025 01:41, Wayne Campbell via Coco wrote:
> > You have to use the run statement.
> >
> >
> > RUN GFX2("CURXY",10,10)
> >
> >
> >
> > On Fri, Mar 7, 2025, 5:31 PM plt via Coco <coco at maltedmedia.com> wrote:
> >
> >
> >>
> >> Is thee any way to run GFX2 while your running Basic09 Please. I tried
> >> run gfx2("CURXY:,10,10) and gfx2 is loaded in to memory but I am getting
> >> 43
> >> error.
> >>
> >> Thanks
> >>
> >>
> >>
> >> --
> >> Coco mailing list
> >> Coco at maltedmedia.com
> >> https://pairlist5.pair.net/mailman/listinfo/coco
> >>
> >>
> >
> > --
> > Coco mailing list
> > Coco at maltedmedia.com
> > https://pairlist5.pair.net/mailman/listinfo/coco
> >
> >
>
>
>
> --
> Coco mailing list
> Coco at maltedmedia.com
> https://pairlist5.pair.net/mailman/listinfo/coco
>


More information about the Coco mailing list