ReadFile
ReadFile>file_name,result
Reads the entire file contents into the specified result variable. If the file does not exist, result is set to ##NOFILE##.
Abbreviation : RFL
See also: ReadLn, WriteLn
Example
ReadFile>c:\temp\test.txt,file
MessageModal>file