ADD_COLUMN_BEFORE
Adds a column to TargetFrame before a TargetColumnName, named ColumnName of type ColumnType.
Syntax
ADD_COLUMN_BEFORE(targetFrame, targetColumnName|targetColumnOffset, columnNameToAdd, [columnType = string])targetFrame - Target Frame.
targetColumnName | targetColumnOffset - Target Column Name or Column Offset.
columnNameToAdd - Column Name To Add.
[columnType = string] - Column type.
Sample Usage
ADD_COLUMN_AFTER(C1, "number", "point")Return Value
TRUE if function modified the targetFrame.
FALSE otherwise.
Notes
See Also
Last updated
Was this helpful?