summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authormikeymell <mikeymell@users.noreply.github.com>2018-07-24 11:16:01 +0300
committermikeymell <mikeymell@users.noreply.github.com>2018-07-24 11:16:01 +0300
commit6060cec79e008764993f9fba55d76c01c67c0c09 (patch)
tree644b2abb0a31dced92ac8a9abe070ae41934a2cc /src
parenteb807201c320d1991203e1bf9d98c92b0fc0afad (diff)
Correct lua api function names in doc
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