summaryrefslogtreecommitdiffstats
path: root/src/doc
diff options
context:
space:
mode:
authorPim Snel <pim@lingewoud.nl>2020-02-10 18:53:29 +0100
committerPim Snel <pim@lingewoud.nl>2020-02-10 18:53:29 +0100
commitfbba833dbb2dc65d41c8275d73ee2ca1cf9c6ddb (patch)
treefa137f1a06f30e8079ecfa1c7760d38d22312245 /src/doc
parent26fbc81a9ef5b67a7e9b6ede7dec2b627b3a9d4a (diff)
update documentation
Diffstat (limited to 'src/doc')
-rwxr-xr-xsrc/doc21
1 files changed, 15 insertions, 6 deletions
diff --git a/src/doc b/src/doc
index 5cbf1ac..ffe994f 100755
--- a/src/doc
+++ b/src/doc
@@ -1511,22 +1511,31 @@ Commands for handling cell content:
EXECUTE "e! mkd /path/test.md"
RECALC
- Recalculates a formulas in all cells
+ Recalculates a formulas in all cells.
GETNUM {[COL][ROW]}
- Get numeric value from cell and print to STDOUT
+ Get numeric value from cell and print to STDOUT.
GETSTRING {[COL][ROW]}
- Get text value from cell and print to STDOUT
+ Get text value from cell and print to STDOUT.
GETEXP {[COL][ROW]}
- Get expression from cell and print to STDOUT
+ Get expression from cell and print to STDOUT.
GETFORMAT {COL}
- Get format from cell and print to STDOUT
+ Get format from cell and print to STDOUT.
GETFMT {[COL][ROW]}
- Get format from cell and print to STDOUT
+ Get format from cell and print to STDOUT.
+
+ DELETECOL {COL}
+ Delete column. Example: DELETECOL B
+
+ DELETEROW {NUMBER}
+ Delete row, starts at 0. Example: DELETEROW 2 (deletes third row)
+
+ VALUEIZEALL
+ Converts expressions to values in all cells.
QUIT
Quits SC-IM.