summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorWim Stockman <wim.stockman@gmail.com>2020-08-25 12:57:45 +0200
committerWim Stockman <wim.stockman@gmail.com>2020-08-25 13:00:46 +0200
commit759bd797af2b785fe424c513a8897fb9ef45c344 (patch)
treeb830d27e201cc2e32fe549c88bf27c57dd00c56b /src/doc
parent5d20e8ad79cb43adf6f8d96687385b9b0c76c742 (diff)
Added documentation for the :strtonum function.
Diffstat (limited to 'src/doc')
-rwxr-xr-xsrc/doc6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/doc b/src/doc
index 1a4a1f2..0d97cc9 100755
--- a/src/doc
+++ b/src/doc
@@ -661,6 +661,12 @@ Commands for handling cell content:
":filteroff" turns off the filters.
+ :strtonum {range}
+ Converts string field containing digits to a numeric field.
+ So you can calculate with it.
+ Example:
+ label A0 = "5" -> let A0 = 5 (internal representation)
+
:int "{string}"
Send a command to the interpreter.
Example: :int goto B2