home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Power-Programmierung
/
CD1.mdf
/
xbase
/
library
/
dbase
/
cubs
/
search.prg
< prev
next >
Wrap
Text File
|
1989-03-31
|
377b
|
28 lines
*SEARCH.PRG
CLEAR
? ' The entire name is not required, just enough to identify ì
him.'
?
? ' Capitalization must be correct!'
?
?
ACCEPT "Enter Scout's last name, first name " to cubber
FIND &CUBBER
IF EOF() = .T.
CLEAR
@ 12,23 say "Couldn't find that Cub Scout"
?
?
?
?
?
?
?
WAIT
RETURN
ELSE
SET FORMAT TO LOOKCUB
EDIT