/sys$common/syshlp/helplib.hlb Lexicals, F$PROCESS, Example *Conan The Librarian (sorry for the slow response - running on an old VAX) |
$ NAME = F$PROCESS() $ SHOW SYMBOL NAME NAME = "MARTIN" In this example, the F$PROCESS function returns the current process name and assigns it to the symbol NAME.
|