Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

readFromTextFile(path[, charset])

Package

file

Alias


Pkg Usage

readText(path[, charset])

Description

Excerpt
hiddentrue

Read the text of the file.

...

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

Parameter name

Type

Required

Description

path

String

Yes

Specifies the file name to read from.

charset

String

No

Specifies the charset used to read that file. Available starting with SIL Engine 4.0.0.

Return Type

String

The text of the file

...