Re: Error when tryijng to use Upper()
- Posted by "C. K. Lester" <euphoric at cklester.com> Oct 15, 2003
- 452 views
> 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.