rowdel
Syntax:
Return
Row
rowdel
()
Description:
Deletes the current row. Use in conjuntion with the
#if
conditional expression.
Examples:
($a1:$b7) = rowdel() #if $a<3
Before:
A
B
C
1
7
4
51
2
4
3
-3
32
4
2
-7.2
5
11
18
6
16
41
7
8
-3.9
Before:
A
B
C
1
7
4
51
2
4
3
11
18
4
16
41
5
8
6
7
-3.9
($b2:$c20) = rowdel() #if $b==4