Syntax:

     $[e,string]

In this transformation, NMAKE32 will return the file extension portion of string. If there is no file extension specified in string, this transformation will return an empty string.

Example:

The extension transformation:

     $[e,D:\MAKE\TEST.FIL]

returns:

     FIL


[Back] [Next]