SET_CELL

This function finds a column named ColumnName, and then any row(s) matching expression, and sets them to the value in NewValue.

Syntax

SET_CELL(targetFrame, columnName, searchExpression, newValue)
  • targetFrame - Target Frame.

  • columnName - Column Name.

  • searchExpression - Search Expression.

  • newValue - New Value.

Sample Usage

Return Value

  • TRUE if function modified the targetFrame.

  • FALSE otherwise.

Notes

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

See Also

Last updated

Was this helpful?