DELETE_ROW

Deletes a row from the frame.

Syntax

DELETE_ROW(targetFrame, searchExpr, [keepBindings?])
  • targetFrame - Target Frame.

  • searchExpr - Search Expression.

  • [keepBindings?] - Keep Bindings? (TRUE by default)

Sample Usage

DELETE_ROW(C1, "@number = 2")
DELETE_ROW(C1, D1)

Return Value

  • TRUE if function modified the targetFrame.

  • FALSE otherwise.

Notes

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

See Also

Last updated

Was this helpful?