The 'CsvBlockDelete' function deletes the specified row of the CsvBlock's memory.
void @CsvBlockDelete(int id, int pos);
Parameters
int id : id assigned by CsvBlockLoad() or CsvBlockNew()
int pos : Position of the row
Return Value
None
Example
@CsvBlockDelete($ID, $Number);
Description : The row that the '$Number' specifies is deleted.
Relate items)