Re: Win32Lib --Duh
- Posted by Bret Belgarde <BretBelgarde at WORLDNET.ATT.NET> Jan 19, 1999
- 512 views
That's what I get for not reading the documentation, (RTFM right?) Thanks for pointing it out to me, it will help. Any Ideas on the other though?(Tell the difference between numbers and alpha or will upper() do that also?) Thanks Bret Lucius Hilley III wrote: > Gee, Bret. > > That is an easy one. The routine is upper() > and you must include wildcard.e > Syntax: > include wildcard.e > x2 = upper(x1) > Description: > Convert an atom or sequence to upper case. > Example: > s = upper("Euphoria") > -- s is "EUPHORIA" > Full description at ( http://members.aol.com/FilesEu/lib_u_z.htm ) > > Sincerely > Lucius L. Hilley III