Differences

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

Link to this comparison view

Both sides previous revision Previous revision
ref:a_f:f:af:read_text_file [2026/08/13 00:43] – removed - external edit (Unknown date) 127.0.0.1ref:a_f:f:af:read_text_file [2026/08/13 00:43] (current) – ↷ Page moved from a_f:f:af:read_text_file to ref:a_f:f:af:read_text_file localdev
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>