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

In order for DELETE_COLUMN to work, the first argument targetFrame must be a FRAME.

See Also

Last updated

Was this helpful?