Platform | x64, Win32 |
Purpose |
To read a token from the command line. |
Syntax |
CHARACTER (LEN=*) FUNCTION CMNAM@() |
Description |
This routine performs like CMNAM except that a token terminates at a slash.
Slashes are converted into minus (-) characters and start the next token. For
example, /ALPHA/BETA would generate two tokens: "-ALPHA" and
|