For example if I were to program the simple code:
1->N
5->List 1[N]
it return a syntax error message. However if I were to program the exact code on the calculator itself it run just fine.

Could anyone help?

Posted 28 April 2010 - 04:15 PM
Posted 30 April 2010 - 04:15 PM
Posted 01 May 2010 - 05:39 PM
Edited by sunnyboy, 01 May 2010 - 05:42 PM.
Posted 02 May 2010 - 02:52 AM
Posted 02 May 2010 - 04:10 AM
Don't you have to initialize the list first?
Posted 08 May 2010 - 05:17 PM
Posted 03 August 2011 - 05:25 AM
Posted 28 November 2017 - 06:47 AM
This is an old thread, I know. Nevertheless I would like to contribute something to decover the mystery.
The FA-124 converts the program into plain text with some special symbols. I found only problems with List[]. Try: Select List form catalogue and delete it: It will be deleted letter wise. That means: In the editor there are letters which need to be transformed back to the Casio codes.
The code for List 1[N] is
7f 51 -- List
31 -- 1
5B -- [
4C -- N
5D -- ]
Mistakenly, the FA-124 transforms this to 7F 51 31 (correct until here) E7 2C (totally wrong).
I looked in my fx programs and could find E7 nowhere. It seems an invalid code.
Such deformed programs cannot edited in the fx device, the PTR is distressed.
What may you do? Of course you may edit programs only with the calculator itself or it's emulator: Storing and to and from the FA-124 without editing doesn't damage anything. The smallest edit destroys the LIST x[-entries.
The problem onyl occurs at the indices J K L N W. You may avoid these. If you have edited a program in FA-124 to a large amount, and had a List with one of the indices you may change that to List 1[N+0]. This works, and the program ist ok afterwards. You may delete the "+0" afterwards in the calculator if you find it aesthetically unpleasing.
0 members, 1 guests, 0 anonymous users