Uppercase some of the characters in a string.
This function uppercases all or a subset of the characters in the src string.
- Warning
- This function requires the enhanced NBC/NXC firmware.
- Parameters
-
src | The source string. |
idx | The index of the start of the string subset to process. Pass NA to start with the first character. |
len | The number of characters to uppercase. Pass NA to include the rest of the characters in the src string (from idx to the end of the string). |
- Returns
- The uppercased string.
- Warning
- You cannot use NXC expressions with this function
- Examples:
- ex_uplow.nxc.