home *** CD-ROM | disk | FTP | other *** search
-
- ;USERFIND by Doug Vermes with modifications by Scott Brown
-
- *UserFind
-
- *Main
- Say (&CR&&15&Enter Name of User: &12&*)
- MenuAsk%MIN1%(*)
- *Searching
- log (--,UserFind for:%Resp%)
- SeekUser(%RESP%)
- ifnottrue(goto (notfound))
- Loaduser (%NDNUMB%)
- enufsec (100)
- iftrue (Say (&7&Street : &3&\:STREET\))
- Say (&7&From : &3&\:FROM\)
- iftrue(Say (&7&Birthday : &3&\:BIRTH\))
- iftrue(Say (&7&Phone Number : &3&\:PHONE\))
- Say (&7&Last Date On : &3&\:LAST\)
- Say (&7&Last Time On : &3&\:LASTT\&CR&)
- yesnoask (&12&Search For Another User (Y/N)? &15&*)
- If (%RESP%)=(Yes) then goto (main)
- return
-
- *NotFound
- Say (&4&User Not Found in User File!)
- Enter
- return
-
- *NotEnufSec
- Say (&12&Sorry, but your security is not high enough to access this command.&CR&)
- Enter
- return
-