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:a:import_document [2022/09/01 01:23] – removed - external edit (Unknown date) 127.0.0.1a_f:a:import_document [2023/05/09 01:37] (current) sean
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.
 +