Write subblock to currently selected block in the open file. Returns 1 on success and 0 if errors occur.
Format
WRITE_T_O_SUBBLOCK (SubBlock Name)
Prerequisites
WRITE_T_O_OPEN_FILE (Filename)
WRITE_T_O_DATA_BLOCK (Block Name)
Arguments
SubBlock Name | Name of subblock to write to file. |
Example
Function | WRITE_T_O_SUBBLOCK (“Z_DATA”) |
Result | 1 |
Writes to file | (Z_DATA) |
Important: | Filenames are case sensitive and parameters are not case sensitive. |