At 5:12 AM -0800 11/10/2001, Ludovic Th�bault wrote:
>Is there any command to change the case of a text (without use chartonum
>and numtochar) ?
>
>like :
>
>changecase of fld id 1 to majuscule.
>
>or set the textcase of fld id 1 to majuscule

Try the toLower and toUpper functions:

put toLower(field ID 1) into field ID 1 -- change to lower case
put toUpper(field ID 1) into field ID 1 -- change to upper case

--
Jeanne A. E. DeVoto ~ [EMAIL PROTECTED]
http://www.runrev.com/
Runtime Revolution Limited - Power to the Developer!


Reply via email to