Re: A86: regarding inputting
[Prev][Next][Index][Thread]
Re: A86: regarding inputting
In a message dated 97-10-24 15:45:20 EDT, you write:
>
> Now that I've learned how to output integers, I need a pointer as to how I
> might input integers? Are there any rom calls or does anyone have any
> routines written? Thanks
>
Check out the Chem86 source. It has a decent routine for inputting integers
(doesn't accept reals, etc), and can be easily adapted to use variable-width
font, and to not show the last input string from basic programs (lilke
_inputexpr). I think it is at GetNum, or something like that (It's the
routine that takes the atomin # for input...)
Hope this helps
~Steve