Were you looking for "getMode(3)=1" and "getMode(3)=3" ?
Also, what are you trying to accomplish with "num2▶setMode(3,1)" ? Doesn't do anything but an error for me.
What I would do is :
- Code: Select all
Define to_eng(x)=Prgm
setMode(3,3)
Disp x
EndPrgm