| The TEXT data type as class / TEXT data type methods | |
Reads a file into a TEXT locator.
This method reads a content from the specified file into the TEXT locator.
If the file is not found or if it cannot be read, the error -8087 is raised.
MAIN
DEFINE t TEXT
LOCATE t IN MEMORY
CALL t.readFile("mydata")
END MAIN