Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Adding a Column in a Array
#2
If using ICsv:
x.InsertColumn(column_index_or_minus_one)

ARRAY does not have an 'insert column' function.
Need to create new array and copy to it each element of old array plus the new column values.
Or convert ARRAY(str) to ICsv, add column to ICsv, convert ICsv to ARRAY(str). ICsv has functions to convert from/to ARRAY(str).


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)