Lower PowerScript function
Description
Converts all the characters in a string to lowercase.
Syntax
|
1 |
<span>Lower</span> ( <span>string</span> ) |
|
Argument |
Description |
|---|---|
|
string |
The string you want to convert to lowercase |
Return Values
String. Returns string with
uppercase letters changed to lowercase if it succeeds and the empty
string (“”) if an error occurs. If string is null, Lower returns null.
Examples
This statement returns babe ruth:
|
1 |
<span>Lower</span>("Babe Ruth") |
See Also
-
Lower method for DataWindows
in the DataWindow Reference or the online Help
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest