02-19-2014, 02:14 AM
Sorry about this, the example works for adding a row that has 2 colums.
It's about the following line
It has the following constraint:
Question
Is there a AddRow method I could use for adding more then 2 columns, what I mean is
It's about the following line
It has the following constraint:
Quote:#AddRow2(row $s1 [$s2]) ;;Adds row in 2-column CSV. Use row -1 to add to the end. Returns row index.
Adds or inserts row with 2 cells. Similar to the above functions. Use with 2-column CSV, when it is more convenient to pass 2 values than to use an array
Question
Is there a AddRow method I could use for adding more then 2 columns, what I mean is