Command Reference : Programming Language Reference
  
 
@wread
Syntax: @wread(“file”)
Argument 1: file name of a text file on disk.
Return: string
Returns a string containing the contents of the specified text file on disk. Note that any line breaks in the text file will be removed.
Example
 
@wread(“c:\temp\myfile.txt”)
Returns a string containing the contents of the “c:\temp\myfile.txt”.