__toLower
In this section:
Syntax
__toLower(macroString)Parameters
macroStringA macro string.
Return value
The converted macro 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 lower case.
Example
__toLower("IAR")The resulting macro string contains iar.
__toLower("Mix42")The resulting macro string contains mix42.