summaryrefslogtreecommitdiffstats
path: root/test/04-function-isnumber.txt
blob: e1a7e197da1b5219d2806a5c357c453624c138ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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