Re: TIB: refinement


[Prev][Next][Index][Thread]

Re: TIB: refinement




Why use the menus at all?  Your input is a number, so you can just prompt the
user for it.  This code will do the same thing, although the menus will look
nicer.
:input "Entry Number:",V
:CILCD
:Outpt(3,1,"Name:"
:Outpt(3,6,N(V)
:Outpt(4,1,"Phone:"
:Outpt(4,7,PH(V)
:Outpt(5,1,"E-mail:"
:Outpt(6,1,EM(V)
:Pause

Paul Chase II