home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Software Du Jour
/
SoftwareDuJour.iso
/
BUSINESS
/
DBASE
/
DB3.ARC
/
NAMES.FMT
< prev
next >
Wrap
Text File
|
1984-10-25
|
398b
|
10 lines
@ 5,10 SAY 'This is a custom entry screen for the NAMES file.'
@ 7,5 SAY 'The first name is ' GET First_Name
@ 7,45 SAY 'The last name is ' GET Last_Name
@ 9,8 SAY 'The address is ' GET Address
@ 11,5 SAY 'City' GET City
@ 11,45 SAY 'State ' GET State
* A format file may contain only @...SAY...GET commands
* and comment lines that start with an asterisk.
@ 11,60 SAY 'ZIP code ' GET ZIP