DELETE_COLUMN
Deletes a column from TargetFrame.
Syntax
DELETE_COLUMN(targetFrame, columnName)targetFrame - Target Frame.
columnName - Column Name.
Sample Usage
DELETE_COLUMN(C1, "number")Return Value
TRUE if function modified the targetFrame.
FALSE otherwise.
Notes
See Also
Last updated
Was this helpful?