FILE-BOX

[GENERIC-FUNCTION]


OM 6.1
Function Reference
ARGUMENTS:
&rest
 
  - oplist aditional input  

Description:

Iterative process with file input/output.

The File-Box allows to create iterative processes that can read or write files.

Inputs can be added/removed as optional box inputs (alt + '->'/'<-' or '>'/'<').
Open the box (db click) to design an iterative process in the loop editor.
The internal box 'streamFile' represents the file to read/write. Use the functions file-read-line, file-write, file-write-line to read or write.
The File-Box retruns the values connected to the internal box 'Finally'.

See OM User Manual for more details.