Versions Compared

Key

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

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

filepath

String

Yes

Specifies the file name to write in.

var

String

Yes

Specifies the character expression to write into the file filepath.

charset

String

No

Specifies the charset used to write that file. Available starting with katl-commons 4.0.0.

Return Type

None

The returned value has no meaning.

Example

Code Block
languagejs
printInFile("C:/story.txt", "Once upon a time...");

...