This module works now.
- Posted by Alan Tu <ATU5713 at COMPUSERVE.COM> May 27, 1998
- 829 views
Bonn and Pete, I have the following code. I fixed the problem and instated my real purpose. This module works as intended. include input.e clear_screen() sequence prompt atom i prompt =3D {97,98,99,100,101,102,103,104,105,106,107,108} for prompt_loop =3D 1 to 12 do i =3D input("Enter " & prompt[prompt_loop] & ": ") puts(1,"\n") end for --Alan =