The following warnings occurred:
Warning [2] count(): Parameter must be an array or an object that implements Countable - Line: 795 - File: showthread.php PHP 7.4.33 (FreeBSD)
File Line Function
/showthread.php 795 errorHandler->error





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
Post Reply 


Messages In This Thread
CHECK() syntax - Stevetuc - 05-19-2016 06:32 AM
RE: CHECK() syntax - Stevetuc - 05-19-2016, 09:06 AM
RE: CHECK() syntax - StephenG1CMZ - 05-19-2016, 02:07 PM



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