Scalar FunctionsString Functions
toupper
Converts a string to upper case.
Syntax
toupper(source)Parameters
Prop
Type
Returns: string
Examples
Example 1
print toupper("skol")| print_0 (string) |
|---|
| SKOL |
Converts a string to upper case.
toupper(source)Prop
Type
Returns: string
print toupper("skol")| print_0 (string) |
|---|
| SKOL |