coldel

Syntax:

Return Column  coldel()

Description:

Deletes the current column. Use in conjuntion with the #if conditional expression.

Examples:

($a1:$f2) = coldel() #if $self<3
Before:
AB CD EF
114374
22356123
After:
AB CD EF
117
22612
($b2:$h2) = coldel() #if $self==4