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).

IMPORT DOCUMENT AttributeIdentifier()FROM ArithmeticOperation()

IMPORT DOCUMENT Statement.StatementDocument FROM 'c:/mydocuments/myfile.doc' 

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.

  • Last modified: 2023/05/09 01:37