Re: Error when tryijng to use Upper()
- Posted by 1evan at sbcglobal.net Oct 15, 2003
- 461 views
One bit of etiquette that has already been mentioned, is to send messages in plain text format. ronaustin at alltel.net wrote: > > > -------Original Message------- > > From: EUforum at topica.com <mailto:EUforum at topica.com> > Subject: Re: Error when tryijng to use Upper() > > > > 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. > > Thanks CK. Those pesky commas are going to be the death of me. > I also found TextEdit in the Win32 docs, but no mention of SleText. Can > someone tell me what the difference is between the two or where it might > be documented? > > I am unsure of the ettiquite used here. I am gratefull for all the help > I receive here. Not only is it quick, many times I get replies from > several different people. I suspect I will be asking many, many > questions as time goes by. I like to thank people when I get a > response, but unless I am asking another question it may be just a waste > of everyone's time to get a "thank you" e-mail. Any input on > > > . > > > > > TOPICA - Start your own email discussion group. FREE! >