Syntax:

     $[u,string]

In this transformation, NMAKE32 will return the uppercase equivalent of string, based on the current locale.

Example:

The following transformation:

     $[u,upper]

returns:

     UPPER


[Back] [Next]