guides:o4w:o4w_api:o4wtabledelcol

O4WTableDelCol routine

Removes a column from an existing O4W table.

O4WTableDelCol(tableName, colNumber)

The function has the following parameters:

ParameterDescription
tableNameThe name of the table being modified.
colNumberThe number of the column to be removed. Use "-1" to remove the last column.

When there is only 1 column within the table, O4WTableDelCol will not delete. Under certain circumstances, if O4W cannot determine whether the first column in a table is a "header" column, neither first nor second columns can be deleted.

  • guides/o4w/o4w_api/o4wtabledelcol.txt
  • Last modified: 2024/06/19 20:19
  • by 127.0.0.1