Re: Win32Lib
On Tue, 19 Jan 1999 13:47:11 -0800, Bret Belgarde <BretBelgarde at
WORLDNET.ATT.NET> wrote:
>Is there any way to determine if the data in a SLE is alpha or numeric,
>and if its alpha is there a way to force it to be all caps? I would
>appreciate any help I can get esp. if anybody has all ready done
>somthing like this.
>
> Thanks
> Bret
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
|
Not Categorized, Please Help
|
|