write-line
(write-line string [ fileHandle ] )
This function writes the string to command line or
specified file fileHandle.
Arguments |
string (string) the string to be written (to command line
or file) |
Return |
the string value |
Example |
(write-line "here comes the
sun") "here comes the sun" "here comes the sun" writes
to command line |
Remarks |
text content requires the
file (if specified) to be opened in text mode, not in binary
mode; |
© Bricsys NV. All rights reserved. |