create-table
Action
creates a new table
Syntax
$grp_item = create-table with 10 rows
with fixed row count
$grp_item = create-table with $num:NUMBER rows
with variable row count
$grp_item = create-table of $Rrow with 10 rows
with template and fixed count
$grp_item = create-table of $Rrow with $num:NUMBER rows
with template and variable count