Versions Compared

Key

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

...

(ORG-8306)

Code Block
type -gb[ef [e] [f] [r|/n]]
OptionDescription
e

...

Output 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.

New line is \r\n by default, n = use \n as new line, r = use \r as new line.  

...