Skip to content

Commit 8e23ef3

Browse files
committed
add comment
1 parent 643b66f commit 8e23ef3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

reflect-server.pl

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# MyFuncs.somefunc(1,2) will send arguments as [1,2]
1515
# IF you send a range of cells
1616
# MyFuncs.somefunc(B1) will send arguments as [B1]
17+
# MyFuncs.somefunc(B1:B3) will send arguments as [[B1,B2,B3]]
1718
# MyFuncs.somefunc(B1:D1) will send arguments as [[[B1,C1,D1]]]
1819
# MyFuncs.somefunc(B1:D3) will send arguments as [[[B1,C1,D1], [B2,C2,D2], [B3,C3,D3]]]
1920
sub sum_two {

0 commit comments

Comments
 (0)