Delete columns... How?

FlexibleLearning.com admin at FlexibleLearning.com
Fri Aug 29 05:33:19 EDT 2014


Related problem to 'join columns': How to delete a column of data?

This fails...

on mouseUp
  get fld 1
  split it by column
  delete local it[2]
  combine it by column
  put it into fld 2
end mouseUp

It seems that 'combine by column' requires the same number of array keys as
the original data set.

Hugh Senior
FLCo






More information about the use-livecode mailing list