Using the following code on TI 89 Titanium
Local fd, fx
getFold( ) -> fd
NewFold # fx
<MAIN PROGRAM CODE>
setFold ( # fd )
This works fine, if Exact/Approx mode is set to Auto or Exact.
If set to Approx I get an error “ Indirection string is not a valid variable name ”
As far as I can tell it something to do with the way # changes a string into a variable
I’m wondering why it should cause this error
Thanks
Jeff