Function reference
Read the contents of a text file into memory.
Use this function of read data from XML documents and other text based data files.
ReadFile( ‘Filename’ , ‘‘ANSI/UFT8/UTF16LE/UTF16BE’ )
Argument | Description |
File Name | The name of the file to read. |
Encoding | ANSI/UFT8/UTF16LE/UTF16BE |
Data type: String
Returns the file content as text.
Example 1
ReadFile( ‘f:\myfolder\myfile.txt’ , ‘UTF8’ )
Need more help with this?
DON'T HESITATE TO CONTACT US HERE ..