HP 39gii Help Wanted: Inputting Strings in a Program



Post: #2

Goal: To get the user to enter F1(X) and plot it.

Problem: INPUT command just doesn't do the trick.

EXPORT GraphF1
BEGIN
INPUT(F1,"Use Quotes");
CHECK(F1);
STARTVIEW(1,0);
END;

Any suggestions? Thanks - Eddie


Forum Jump: