|












| |
Contents | Index
COL.INSERT
Insert a new column into a data set.
Syntax: COL.INSERT (data.set.name, col.name.to.insert.before(or number, 0-based) col.title, [col.type, col.width, col.decimal.places,
col.header,col.subgroup.size])
Reply: a string describing the new column in the format "col.title, col.type,
col.width, col.decimal.places, col.header, col.subgroup.size" where col.type and
col.header have the values as in the column descriptions sent to the NEW.LIST
command (if successful)
null (if unsuccessful)
The new column will be inserted before the col.name.to.insert.before column.
Col.title, col.type, col.width, col.decimal.places, and col.header, if passed,
should have the values as in the column descriptions sent to the NEW.LIST
command.
|