delete-row
function
The delete-row
action deletes a row from a table. It belongs to the row category within the data area.
Action Syntax
delete-row 123 from $variable
A numeric value followed by a value followed by A variable name starting with $
delete-row $variable from $variable
A variable name starting with $ followed by a value followed by A variable name starting with $
Return Value
This function returns a
GROUP
value that can be stored in a variable:
$result = delete-row
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$group = delete-row 4 from $group
Action code: 3987974254
Version: 0.6.4-9
Last updated: 2025-06-13