Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Setting ICsv object using a temporary 2 dim Array
#5
Sorry about this, the example works for adding a row that has 2 colums.

It's about the following line
Code:
Copy      Help
v.AddRow2(i in_extracted_sections[i] extracted_section_content)

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

Code:
Copy      Help
v.AddRow2(i string_1 string_2 int_1 int_2) ;; etc..etc...


Messages In This Thread

Forum Jump:


Users browsing this thread: 5 Guest(s)