Post Reply 
CHECK() syntax
05-19-2016, 06:32 AM
Post: #1
CHECK() syntax
I want to plot some data from spreadsheet in the 1var statistics app, so I used the following code:

Code:
EXPORT plot()
BEGIN
Statistics_1Var.D1:=C_Gain;
Statistics_1Var.D2:=C_NF;
STARTAPP("Statistics_1Var");
CHECK(1);
CHECK(2);
STARTVIEW(1,1);
END;

But the lines CHECK(); give a syntax error in the iOS app.
Any idea why?

[/php]Steve
Find all posts by this user
Quote this message in a reply
05-19-2016, 09:06 AM
Post: #2
RE: CHECK() syntax
It works fine on the real calc with 10077 firmware. Guess the iOS app will get updated at some point.
Find all posts by this user
Quote this message in a reply
05-19-2016, 02:07 PM
Post: #3
RE: CHECK() syntax
Have you tried Statistics1Var.CHECK() - just in case it is attempting a different CHECK?

Stephen Lewkowicz (G1CMZ)
https://my.numworks.com/python/steveg1cmz
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)