delete-column
function
The delete-column
action deletes a column from a table. It belongs to the column category within the data area.
Action Syntax
delete-column "text" from $variable
A quoted text string 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-column
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$group = delete-column "name" from $groupvar
Action code: 755240643
Version: 0.6.4-3
Last updated: 2025-06-13