home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol110 / mod-rec.fmt < prev    next >
Encoding:
Text File  |  1984-04-29  |  2.0 KB  |  73 lines

  1. * MOD-REC.FMT 02/10/83
  2. @ 01,27 SAY mode
  3. @ 02,00 SAY '+-------------------'
  4. @ 02,20 SAY '--------------------'
  5. @ 02,40 SAY '--------------------'
  6. @ 02,60 SAY '-------------------+'
  7. @ 03,00 SAY 'Lastname: '                                      
  8. @ 03,10 GET mlastname                                           
  9. @ 03,40 SAY 'First & MI: '                                     
  10. @ 03,53 GET mfname                                              
  11. @ 04,00 SAY 'Spouse: '
  12. @ 04,10 GET mspouse
  13. @ 04,40 SAY 'Address as: '
  14. @ 04,53 GET mmr
  15. @ 06,00 SAY 'Title: '
  16. @ 06,08 GET mtitle
  17. @ 07,00 SAY 'Company (line 1): '
  18. @ 07,20 GET mcompany1
  19. @ 08,08 SAY '(line 2): '
  20. @ 08,20 GET mcompany2
  21. @ 09,00 SAY 'Company address: '
  22. @ 09,20 GET mcaddress
  23. @ 09,62 SAY 'Suite: '
  24. @ 09,68 GET msuite
  25. @ 10,00 SAY 'City: '
  26. @ 10,08 GET mccity
  27. @ 10,33 SAY 'State: '
  28. @ 10,40 GET mcst picture '!!'
  29. @ 10,48 SAY 'Zipcode: '
  30. @ 10,57 GET mczip picture '99999'
  31. @ 12,00 SAY 'Home address: '                               
  32. @ 12,20 GET maddress                                            
  33. @ 12,60 SAY 'Apt: '
  34. @ 12,67 GET mapt
  35. @ 13,00 SAY 'City: '                               
  36. @ 13,08 GET mcity                                            
  37. @ 13,33 SAY 'State: '
  38. @ 13,40 GET mst picture '!!'
  39. @ 13,48 SAY 'Zipcode: '
  40. @ 13,57 GET mzip picture '99999'
  41. @ 14,00 SAY 'Phone - office: '
  42. @ 14,16 GET mophone picture '(999)999-9999'
  43. @ 14,38 SAY 'home: '
  44. @ 14,44 GET mphone picture '(999)999-9999'
  45. @ 15,00 SAY 'Dear -'       
  46. @ 15,08 GET mdear    
  47. @ 15,35 SAY 'Send letter to office (Y/N): '     
  48. @ 15,68 GET msend picture '!'
  49. @ 16,00 SAY 'Code: 1.-'
  50. @ 16,10 GET mcs1
  51. @ 16,15 SAY '2.-'
  52. @ 16,20 GET mcs2
  53. @ 16,25 SAY '3.-'
  54. @ 16,30 GET mcs3
  55. @ 16,35 SAY '4.-'
  56. @ 16,40 GET mcs4
  57. @ 16,45 SAY '5.-'
  58. @ 16,50 GET mcs5
  59. @ 16,55 SAY '6.-'
  60. @ 16,60 GET mcs6
  61. @ 17,00 SAY 'Misc: '
  62. @ 17,08 GET mmisc 
  63. @ 17,54 SAY 'Date update: ' 
  64. @ 17,68 GET mupdate picture '99/99/99'
  65. @ 18,00 SAY '+--------------------'
  66. @ 18,20 SAY '---------------------'
  67. @ 18,40 SAY '---------------------'
  68. @ 18,60 SAY '-------------------+'
  69. @ 19,08 SAY prompt1
  70. @ 20,08 SAY prompt2
  71. @ 21,08 SAY prompt3
  72.  
  73.