Syntax:

     $[l,string]

In this transformation, NMAKE32 will return the lowercase equivalent of string, using the current locale.

Example:

The following lowercase transformation:

     $[l,BIG]

returns:

     big


[Back] [Next]