...
| Function | The function reads a specified file and inserts its contents into a variable of Text type. | |||||||
| Declaration |
| |||||||
| Parameters |
| |||||||
| Return value | The function returns the contents of the specified file. If the size of the file is more than 1 5 MB or the files do not exist, the function returns an invalid value. | |||||||
| Note | The function uses binary mode to read the file. | |||||||
| Example |
|
...