(Comp.sys.hp48) Item: 451 by fatri@turing.u-strasbg.FR [Fatri the HP48 addict] Subj: Re: how to input text in a program? Date: 31 Mar 1993 --> S/SX/G/GX agate!pakumar@ames.arpa writes: > Does anyone know how to make the hp input user >text from a particular line on the screen. The >built in command INPUT only accepts data from the >command line at the bottom. Try the little following prog : string (prompt) real (line) ----> string the prompt can be something like : "" or "Enter value:" the real is the line on which the input should appear ( line 1 -> 8 ). If the real is < 0 (ie -1 -> -8 ) then what you enter isn't displayed ( works like passwd ) This prog is idiot-proof, all the checkings are done. I hope this is what you were asking for. ****************************************************************************** * Fatri Mohamed * * * * "Life is never so bad that it can't get worse" * * fatri@turing.u-strasbg.fr * * ******************************************************************************