Do the basic versions vary?
#1
Posted 26 April 2023 - 11:56 AM
But do the different versions of calculators support the same basic language? If i write something in my Fx-5800p, will that work on any programmable Casio calculator? Thanks!
#2
Posted 27 April 2023 - 03:33 PM
Mostly yes with small differences, sometimes you have to adapt the program due to different or missing commands:
graphic non CAS calculators: the parameters of Locate command is different (fx-5800P has from 1,1 to 16,4; 9860GII and fx-9860GIII has from 1,1 to 21,7 ), some commands are not included, e.g. clrvar or clrmat (missing Matrix/Vector menufor fx-7300 family, fx-7400 family), clrstat in 5800p is clrlist on graphic calc,
graphic CAS calculators: command Locate is also different, some commands are not included, e.g. Dsz and Isz
Edited by pan.gejt, 27 April 2023 - 03:42 PM.
#3
Posted 27 April 2023 - 05:12 PM
#4
Posted 28 August 2023 - 06:49 AM
Could someone help me to use the Locate command? I've tried to find it in all my menus to no avail. If I type it in "LOCATE 1,1,"A" then return, I get a syntax error. Any assistance is greatly appreciated. Thank you.
#5
Posted 28 August 2023 - 07:02 AM
Should the Locate Command be recognized by my calculators basic interpretor? I can't find in any of my menus. Your assistance is appreciated. Thank you.
#6
Posted 29 August 2023 - 07:21 PM
The Locate command is part of the programming language of 9750GA. I am not sure if typing commands is the same as calling them from the built-in menu.
According to the UG: While in Program mode press F6 - F4(I/O) - F1(Lcte)
Your example should work: LOCATE 1,1,"A"
1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users