|
Contents | Previous | Next | Subchapters |
| Syntax |
\function list_of_character_strings
|
\ character in the syntax must appear at the beginning
of the line it appears in.
\cwd c:\omwin
O-Matrix will respond
T
signifying that the current working directory has been set to
c:\omwin.
If you need to use the result
of such a function, you have to use the parenthesis and quotes.
For example, if you enter
flag = cwd("c:\omwin")
print flag
O-Matrix will respond
T