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
See Also
Last updated
Was this helpful?