Upper
PowerScript function
Description
Converts all the characters in a string to uppercase.
Syntax
|
1 |
Upper ( string ) |
|
Argument |
Description |
|---|---|
|
string |
The string you want to convert to uppercase letters |
Return value
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 |
Upper("Babe Ruth") |
See also
Upper method for DataWindows in the section called “Upper” in DataWindow Reference.
Document get from Powerbuilder help
Thank you for watching.
Subscribe
Login
0 Comments
Oldest