Post Reply 
Changes to PPL in latest firmware?
11-03-2016, 03:21 PM
Post: #6
RE: Changes to PPL in latest firmware?
a problem, I had defined a program with the following name
"SolvingQuadraticEquationStepToStep"

PHP Code:
export SolvingQuadraticEquationStepToStep()
begin
 
....
end

SolvingQuadraticEquationStepToStep() this does not work

but yes

SolvingQuadraticEquationStepToS()

the program editor must detect or display a message and not let it compile.

if I define another function there will be a conflict
PHP Code:
export SolvingQuadraticEquationStepToS()
begin
return 0;
end
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
RE: Changes to PPL in latest firmware? - compsystems - 11-03-2016 03:21 PM



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