Changes a string to all uppercase or all lowercase characters.
0 |
String |
String |
The string to modify. |
1 |
Boolean |
Upper Case? |
TRUE sets the string to all capital letters. FALSE set the string to all lowercase letters. |
2 |
String |
Resultant String |
The modified string. |
SUCCESS |
This command always succeeds. |
None.