About that Not Ans thing.. Changing it to Ans=0 might work. If even that doesn't work, either of the following drastic measures might work: (ReP Ans)=0 or Not ReP Ans.
So, A third platform aye? That's neat. Only sad that the AFX2+ is so slow. I only wonder, how much of the API:s did you need to change to make them work with the AFX2+?
The cubetest works on afx without any changes.
But on AFX File5 seems to have to be entered as File 5 when done manually,
but still accepts File5 from a transfer program.
9860 can get File5 from the catalog function, but File 5 from the usual set-up menu.
I've just run
'DISPLAYS THE TEXT "CASIO"
File6
{56,76,43,55,54}->List 2
Prog "GLGENTXT"
changing File6 to File5 as per forum post (File 5 on the afx)
and got the following results:
9850G -immediately says Arg Error and takes me back to line 2 of GLGENTXT
-so I change it to File6 and Run it again
-it takes a second and then says Ma Error and takes me to the Not Ans
-in RUN mode checking Ans, it is 5115+1177i, Not Ans gives 0,
and Not Ans=>Goto 0 does nothing except display Ans which is now zero
-so I change the line to Ans=0=>Goto 0 and Run it again
- it takes a couple of seconds and then says Syn Error and takes me to GLINITV
to Then X->Mat X
11 with the cursor at Mat
-in RUN mode checking X it is 0.7+0.7i which is complex so won't go in a Matrix
-I get the idea to clear all lists in all files and then rerun
-it goes Syn Error in GLINITV as above
9850GC - with File5 in the example it behaves like the 9850G
- changeing it to File6 and clearing all files and lists beforehand
it says Dim Error and goes to GLCPYOBJ to line 2 at the -> where it says List 6->List 3
9970G - with File5 it behaves like 9850G,
- changing it to File6 it does the Not Ans Ma Error,
- changing to Ans=0 and rerunning it tuns without error messages but does nothing
except display Matrix Y which only contains a single entry 1
- clearing all files and lists and rerunning, it takes several seconds and then displays Matrix Y
9860G - start by changing to Ans=0, clearing all lists, using File6 in the Example
- all it does is display Matrix Y which is 1
- doing the same but with File 5 in the example gives Dimension Error in GLGENTXT
AFX - start by changing to Ans=0, clearing all lists, using File6 in the Example
- does nothing except say Done
I used the fx-gl.cat and fx-gl_ex.cat from
http://rasmus.anthin...0_programs.htmlediting the fx-gl to put \r back in, in a few places
and got fx-glut.txt from
http://81.216.168.22...eng/fx-glut.txtwhich I converted to g1m for the 9860 using casform
and then converted g1m to cat using FA-124 and downloaded to other calcs using FA-123.
I guess it will take a while to figure out what's going on.
I'm going to reread this whole thread to see what's been said about making changes
for different models, and also check that the g1m and cat files contain the same data.
P.S. Not related but: the different models use different amounts of memory
for program areas. A new program with no data in it:
9850G doesn't display, but if I remember from the System Memory it is 17 bytes
9850GC+,9970G 17 bytes
afx2+ 24 bytes
9860G 32 bytes