Functions for Writing ASCII-Files
Functions for Writing ASCII-Files
Using these functions, any ASCII-file can be read from or written to, e.g. for data transmission purposes. Possible applications include:
Generation of order parts lists for PPS systemsControl of CAD programs for the automated generation of drawingsList of functions:
p$TDV:File:Init | Open file (fixed file name) |
p$TDV:File:InitName | Open file (free file name) |
p$TDV:File:Read | Read file |
p$TDV:File:Write | Write dataset |
p$TDV:File:Term | Close file |
p$TDV:File:Edit | Edit file in an editor |
A freer interface with slightly higher administration overhead is provided in the ePOS file functions.
The fucntion f$SendCommand( ’FileName’, ParName, ’’ enables interactive file selection (Windows system dialog).
See also: