Converts all the characters in a string to lowercase.
Lower ( string )
Argument |
Description |
---|---|
string |
The string you want to convert to lowercase letters |
String. Returns string with uppercase letters changed to lowercase if it succeeds and the empty string ("") if an error occurs.
This expression returns babe ruth:
Lower("Babe Ruth")
Lower in the PowerScript Reference
Copyright © 2004. Sybase Inc. All rights reserved. |
![]() |