Post Reply 
Set System Variable in a program
02-27-2015, 07:31 AM (This post was last modified: 02-27-2015 07:32 AM by Didier Lachieze.)
Post: #4
RE: Set System Variable in a program
In programming mode you cannot use RPN notation, so instead of:
Code:
IF btn=4 THEN 3 'Base' ► ;
you can try:
Code:
IF btn=4 THEN Base:=3;
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Set System Variable in a program - Angus - 02-27-2015, 05:56 AM
RE: Set System Variable in a program - Didier Lachieze - 02-27-2015 07:31 AM



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