__toUpper
In this section:
Syntax
__toUpper(macroString)Parameters
macroStringA macro string.
Return value
The converted string.
For use with
All C-SPY drivers.
Description
This macro returns a copy of the parameter macroString where all the characters have been converted to upper case.
Example
__toUpper("string")The resulting macro string contains STRING.