Post Reply 
Program fails with new firmware, no CAS function.
04-23-2016, 02:18 PM
Post: #1
Program fails with new firmware, no CAS function.
To aid learning the programming on this beast I have been playing with anothers program. All was fine before the update, now I instantly get "Bad argument type" and 'info' shows the following segment....

while int > 0 do
rem := irem(int,10);
string := IntToChar(rem) + string ;
int := (int - rem)/10;
end;

Any clues as to why this now fails ?. No sign of the CAS function (as mentioned by Tim) anywhere in the whole program.

Regards
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Program fails with new firmware, no CAS function. - Digitaldreams - 04-23-2016 02:18 PM



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