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:a:import_document [2026/08/13 00:43] – removed - external edit (Unknown date) 127.0.0.1ref:a_f:a:import_document [2026/08/13 00:43] (current) – ↷ Page moved from a_f:a:import_document to ref:a_f:a:import_document localdev
Line 1: Line 1:
 +{{tag>Index Action Action_List Documents Files Process}}
 +====== IMPORT DOCUMENT ======
 +
 +This action imports the specified file on disk into the attribute of the specified object (provided that the attribute is of the Document or Picture type). 
 +
 +===== Syntax =====
 +''IMPORT DOCUMENT'' AttributeIdentifier()FROM ArithmeticOperation()
 +
 +===== Example =====
 +
 +<code aim>IMPORT DOCUMENT Statement.StatementDocument FROM 'c:/mydocuments/myfile.doc' </code>
 +
 +The arithmetic operation specified after the FROM keyword identifies the directory in the file system where the file will be taken from. The result of the arithmetic operation must be a string.
 +