EN 776 documents

Engine Help Category: Export

Filtered overview of the Engine Help documentation.

← Back to Engine Help overview

10 documents found

@CloseAttachedFile

Function Version 4.60

Closes the file attachment with the OBJECTFILEHANDLE OBJECTFILEHANDLE1 and returns the closed OBJECTFILEHANDLE back.

@CloseOSFile

Function Version 1.91

Closes the OSFILE with the FILEHANDLE FILEHANDLE1 and returns the closed FILEHANDLE.

@GetPosAttachedFile

Function Version 4.60

Returns the current position in the file attachment with the OBJECTFILEHANDLE OBJECTFILEHANDLE1 is returned.

@GetPosOSFile

Function Version 1.91

Returns the current position in the OSFILE with the FILEHANDLE FILEHANDLE1.

@OpenAttachedFile

Function Version 4.60

Opens the attached file with attachment number FN FNATTACHMENTNUMBER2 or with the internal (unique) attachment name TEXT TEXTATTACHMENTNAME2 und outputs einen OBJECTFILEHANDLE for it. TEXT MODE3 can be used to specify th …

@OpenOSFile

Function Version 1.91

Opens the OSFILE with the OSPATH OSPATH1 und outputs einen FILEHANDLE for it. TEXT MODE2 can be used to specify the open mode. MODE2: A=(Append)   Open for appending data B=(Binary)   No conversion from CR to CRLF or vic …

@SetPosAttachedFile

Function Version 4.60

Sets the position in the file attachment identified by OBJECTFILEHANDLE OBJECTFILEHANDLE1 to the values specified in FN POSITION2 specified position (in bytes), taking into account mode TEXT MODE3. The new position is re …

@SetPosOSFile

Function Version 1.91

Sets the position in the OSFILE with FILEHANDLE FILEHANDLE1 to the values specified in FN POSITION2 (in bytes), taking into account mode TEXT MODE3. MODE3: S=Calculated from the start of the OSFILE C=Current position + P …

@WriteOSFile

Function Version 1.91

Writes the contents of TEXT/FN/TD TEXT2/FN2/TD2 to the OSFILE identified by FILEHANDLE FILEHANDLE1. If the operation was successful, 1 (NUMBER) is returned. The optional parameter TEXT TEXTWRITETYPE3 specifies the write …

@WriteVarOSFile

Function Version 5.00

Writes the complete representation of the variable VAR, including all associated metadata, in binary form to the OSFILE identified by the FILEHANDLE FILEHANDLE1. If the operation is successful, 1 (NUMBER) is returned. A …