HP Forums
Casio FX-720P etc manuals somewhere? - Printable Version

+- HP Forums (https://archived.hpcalc.org/museumforum)
+-- Forum: HP Museum Forums (https://archived.hpcalc.org/museumforum/forum-1.html)
+--- Forum: Old HP Forum Archives (https://archived.hpcalc.org/museumforum/forum-2.html)
+--- Thread: Casio FX-720P etc manuals somewhere? (/thread-107693.html)



Casio FX-720P etc manuals somewhere? - Gene - 02-08-2007

Anyone have a link to an english copy of a manual for one of these horizontal BASIC computers from Casio?

Thanks,
gene


Re: Casio FX-720P etc manuals somewhere? - gileno - 02-08-2007

FX 720 Manual :-)


But that's German, not english :-) Re: Casio FX-720P etc manuals somewhere? - Gene - 02-08-2007

My german is almost as poor as my esperanto.

Gene


Re: But that's German, not english :-) Re: Casio FX-720P etc manuals somewhere? - Namir - 02-08-2007

Gene,

Maybe someone can write a German-to-English translator for the HP41CX or HP-71B??????

:-)

Namir


Re: But that's German, not english :-) Re: Casio FX-720P etc manuals somewhere? - Steve Borowsky - 02-08-2007

I have a 750P manual. Let me know if you're interested Gene.


Re: But that's German, not english :-) Re: Casio FX-720P etc manuals somewhere? - Gene - 02-08-2007

Thanks, Steve.

But I already have a 730P manual, which is probably similar to the 750P too.

The 720P does not have a DIM statement in BASIC, which the 730p has, so I'm looking for the actual 720p manual to know what it actually has / can do.

Gene


Re: But that's German, not English :-) Re: Casio FX-720P etc manuals somewhere? - Walter B - 02-09-2007

How about learning a language as other people do, experiencing English manuals?

Sorry, just couldn't resist d8)


Re: But that's German, not english :-) Re: Casio FX-720P etc manuals somewhere? - Klaus - 02-09-2007

What you need is on page 98.
Arrays overlap with normal variables: A(0) = A, A(1)=B,...A(25) =Z.

The DEFM statement increases the number of variables:
DEFM 76 gives you 102 variables (A-Z+76)
Now you can use A and B as variables, and C(0) to C(99) as an array.

Just ask if there is anything unclear!

Edited: 9 Feb 2007, 3:17 a.m.


Re: But that's German, not english :-) Re: Casio FX-720P etc manuals somewhere? - Gene - 02-09-2007

That's what I needed. I wanted to run the benchmark on the 720P, but it was giving an error on the array, then on the DIM statement, etc. Without a manual, that was about as far as I could get. :-)

Thanks!


Re: But that's German, not english :-) Re: Casio FX-720P etc manuals somewhere? - Xerxes - 02-09-2007

This is the reason, why I REMed the DIM in line 20 of the Basic version. Also many Sharps have a predefined array overlapping the variables A-Z as same the Casio do.