Re: Error when tryijng to use Upper()

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

> Thanks, Derek, George and the rest of you.  I can't find         ES-UPPER
> mentioned anywhere in the Euphoria documentation.

> For that matter I can't
> find SelText or EditText either.  Where do I find the documentation for
> these items?

Those are all in the Win32Lib documentation (including the flags like
ES_UPPER, etc.)

> I had a line in my program:

> integer printerr
>             err
> I got a message saying err wasn't defined.  I finally used integer
printerr,
> err  and it liked that.

This works:

integer printerr,
            err

Note the comma after printerr.

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

Search



Quick Links

User menu

Not signed in.

Misc Menu