p$TDV:File:Write
p$TDV:File:Write
The line specified in the string is written. The file has to be opened in the "writing" mode beforehand.
Syntax: | p$TDV:File:Schreib( Line ) | ||
| Argument | Type | Meaning |
| Line | String | Data line to be written |
Result: | - |
| |
Example: | Writing an address dataset: p$TDV:File:Schreib( Name+';'+Street+';'+Place ) | ||