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