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