home *** CD-ROM | disk | FTP | other *** search
- * DATE 08/27/84 12:47
- * print.cmd
- SET PRINT ON
- ? ' ' + "Name: "+ mr + TRIM(fname) +' ' + lastname
- ? ' ' + "Spouse: " + spouse + "Address as: " + dear
- ? ' ' + "Title: " + title
- ? ' ' + "Company: " + company1
- ? ' ' + " : " + company2
- ? ' ' + "Address: " + caddress + " " + suite
- ? ' ' + " " + ccity +', ' + cst + ' ' +czip
- ? ' ' + "Home address: " + address + " " + apt
- ? ' ' + " " + city +', '+ st + ' ' +zip
- ? ' ' + 'Phones - office: ' + ophone + ' home: ' + phone
- ? ' ' + "Codes: " + cs1 + ' ' + cs2 + ' ' + cs3 + ' ' + cs4 + ' ' + cs5 + ' ' + cs6
- ? ' ' + "Send to office: " + send
- ? ' ' + "Date update: " + update
- SET PRINT OFF
- STOR t TO first