Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

(ORG-8306)

Code Block
type -gb [[e] [f] [r/n]] fileName;
OptionDescription
eOutput to new empty file, if not specified then text is appended. Will erase existing one.
fOutput to file only, no output to script window.
nOutput LF for end-of-line.
rOutput CR for end-of-line.
Neither n nor r specifiedOutput CRLF for end-of-line.

...