p$TDV:Param:EposIn
p$TDV:Param:EposIn
Read ePOS parameter from a data which has been described by p$TDV:Param:EposOut before. For the output the standard format (parameter FormatText=’) has to be used so that the reading process can work flawlessly. The name of the file to be read is transferred.
All parameters of the parameter groups existing in the file are overwritten. Upon reading a new PG this will be set to EMPTY when occurring. Therefore, the parameter groups can also be extended during the time between writing and reading of the file if the EMPTY state was checked correctly within the logic.
Please note: So that the parameters can be processed correctly, all parameter groups in the file must be global!
Please note that for the path indication of the name of the file the symbol ’\’ has to be used twice (’\\’).
Syntax: | p$TDV:Param:EposIn( Filename ) | ||
| Argument | Type | Meaning |
| File name | String | Complete path name of the input file |
Result: | - |
| |
Example: | p$TDV:Param:EposIn( 'c:\\temp\\epos.txt' ) | ||