summaryrefslogtreecommitdiffstats
path: root/test/04-function-isnumber.txt
diff options
context:
space:
mode:
Diffstat (limited to 'test/04-function-isnumber.txt')
-rw-r--r--test/04-function-isnumber.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/test/04-function-isnumber.txt b/test/04-function-isnumber.txt
new file mode 100644
index 0000000..e1a7e19
--- /dev/null
+++ b/test/04-function-isnumber.txt
@@ -0,0 +1,20 @@
+%% Test for ISNUMBER function.
+%mode init
+A1:345
+A2=2
+A3=CONCATENATE("string", " ", "formula")
+A4@string cell
+B1=ISNUMBER(A1)
+B2=ISNUMBER(A2)
+B3=ISNUMBER(A3)
+B4=ISNUMBER(A4)
+B5=ISNUMBER(A5)
+%calc
+%mode result
+B1=true
+B2=true
+B3=false
+B4=false
+B5=false
+%check
+%exit