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