Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
a_f:f:af:read_text_file [2022/09/02 02:52] – removed - external edit (Unknown date) 127.0.0.1a_f:f:af:read_text_file [2023/05/09 01:17] (current) sean
Line 1: Line 1:
 +{{tag>Index Function Function_List Files Version:v8.1}}
 +====== READ_TEXT_FILE ====== 
 +===== Description =====  
 +Returns the textual contents of the specified file
 +===== Parameters =====  
 +An expression returning a string identifying the full path of the textual file
 +===== Example =====  
 +<code aim>Object.Attribute = READ_TEXT_FILE('c:/temp/myFile.txt') </code>