Re: HELP: WHAT AM I DOING WRONG

new topic     » goto parent     » topic index » view thread      » older message » newer message

In Euphoria, all variables must be declared before they are used. You need
to modify it to this:

include image.e
sequence x, st -- You must declare x and st
st =3D "some bitmap file"
x =3D read_bitmap(st)
x =3D read_bitmap("c:\\windows\\arcade.bmp")

Jeffrey Fielding
JJProg at cyberbury.net

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu