LoadTextFile

<< Click to Display Table of Contents >>

Manual > Control Reference > Route > Route Methods >

LoadTextFile


 

Read from a text file.

 


syntax

LoadTextFile(

         fileName,

         &text

         [,bArray = FALSE]

         )

 


Parameters

 

fileName

 

Type:

character

 

File name.

 

&Text

 

Type:

character

 

A variable to store the contents of the text file.

 

bArray

 

Type:

Boolean

 

If there are multiple lines due to line breaks, they will be obtained as an array.

 

Return Value

 

 

Type:

Boolean

 

FALSE - Failure. TRUE - Success.

 


hmtoggle_plus1Explanation

 

hmtoggle_plus1Example

 


Supported


Script Action

Browser script

×

Calculation formula syntax

 

 


reference