Translates all logical names, including nested logical names, in a string to their actual values.
If a logical name is not found, it will remain in the returned string. Secret names are not translated.
Syntax:
TranslateNR(string)
Parameters:
string: An alpha value with logical names.
Returns:
The actual values represented by logical names and nested logical names.
Example:
Running TranslateNR('%Drive%\%temp%\not found!') where the logical name 'Drive' is 'c:' returns 'c:\%temp%\not found!'
See also:
Translate
The Online and Rich Client Samples projects (program ST14 and RST14)