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

Re: Rainbowsend BBS



Charles,

Here is a quick change for you which will help to resolve the
telephone number and State for you in the main.seg

1) under get.phone, remove the following line:

if len(i$)<>12 goto get.phone

2) Use the secode that was in the 1.2 segment

get.from
 print \"Calling From"
 input @2 "-->" d3$
 if len (d3$) > 15 then print "Too long, try again":goto get.from
 fill ram,34,0

While I cannot confirm this as I havent tested it, from looking at the
source code that I have access to, this would be your best bet.