summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rwxr-xr-xsrc/doc5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/doc b/src/doc
index 0059e69..b70f487 100755
--- a/src/doc
+++ b/src/doc
@@ -1340,8 +1340,9 @@ Commands for handling cell content:
returns value
sc.lsetnum (c, r, val) - set numeric value to a cell c,t
sc.lsetform (c, r, str) - set formula to a cell. Basically it does "let cell= str"
- sc.setstr(c, r, str) - set string to a cell
- sc.query(str) - query input from user, but first prints str. Use with care!!
+ sc.lsetstr(c, r, str) - set string to a cell
+ sc.lgetstr(c, r, str) - get string from a cell
+ sc.lquery(str) - query input from user, but first prints str. Use with care!!
Dont use this function within triggers!!
returns string
sc.sc(str) - send str to sc-im parser