The 'CsvBlockInsert' function inserts an empty row
into the comma-block memory.
void @ CsvBlockInsert (int id,
int pos);
Parameters
int id : Connection
ID assigned by a CsvBlockLoad() or CsvBlockNew() function.
int pos : The row position to insert.
Return Value
There is no return value.
Example
@ CsvBlockGet ($ ID,
"ex.txt", $ Number);
@ CsvBlockInsert ($ ID, $ Number);
@ CsvBlockSet ($ ID,
"ex.txt", $ Number);
Description : Put
the current tag value in the comma-block memory and insert the new row. And
then it brings back the inserted row value to the tag.
Relate items)