home *** CD-ROM | disk | FTP | other *** search
/ Loadstar 1 / 001.d81 / usr.rqst < prev    next >
Text File  |  2022-08-26  |  4KB  |  241 lines

  1. Eubanks 71360
  2.  
  3. I'm using a C-64, 1541 Disk Drive, and
  4.  
  5. an Epson MX-80 FT/Card? interface.  I
  6.  
  7. am having difficulty getting tabs set
  8.  
  9. in programming to work on the printer.
  10.  
  11. Tabs work fine on a terminal display
  12.  
  13. but stagger across the page when
  14.  
  15. printed by the Epson.  Are there any
  16.  
  17. others who have encountered and hope-
  18.  
  19. fully solved this problem? Help would
  20.  
  21. be appreciated.
  22.  
  23. John L. Eubanks
  24. 3223 Briarcliff St.
  25.  
  26. >John, you did not say if the CARD/
  27.  
  28. >you are using is the A, B, or +G mo-
  29.  
  30. >del.  If it is the +G (this also
  31.  
  32. >works for a 1525, 1525E, or even the
  33.  
  34. >Tymac Connection Interface), you can
  35.  
  36. >use the 1525's Column Tabbing com-
  37.  
  38. >mand.  For example, to print "Price"
  39.  
  40. >then tab over to column 24 and print
  41.  
  42. >"$19.95", try this:
  43.  
  44.  
  45. > PRINT#4,"PRICE";CHR$(16);"24$19.95"
  46.  
  47.  
  48. >The basic form of a 1525 column tab
  49.  
  50. >is CHR$(16) followed by 2 digits for
  51.  
  52. >the column to tab to.  For the Card/
  53.  
  54. >?A or B, you must use Epson's own
  55.  
  56. >tabbing command.  Check your MX-80
  57.  
  58. >owner's manual for more info.
  59.  
  60. >    JER
  61. --------------------------------------
  62. Raymond 45320
  63.  
  64.     Does anyone have a suggestion to
  65.  
  66. help me improve my Datasette connect-
  67.  
  68. ion to the 64? My cable keeps coming
  69.  
  70. loose from the computer. I have to
  71.  
  72. actually hold it in place!
  73.  
  74. --------------------------------------
  75.             Does anyone
  76.  
  77. know of some good Computer Wargames
  78.  
  79. that will run on a 64? I would like
  80.  
  81. to see some that are similiar to the
  82.  
  83. Avalon Hill, SPI, TSR, GDW games. I
  84.  
  85. guess I want realism without all the
  86.  
  87. die rolling and rules reading! The
  88.  
  89. best one I have so far is Knights of
  90.  
  91. the Desert. Get in touch if you know
  92.  
  93. of some good computer wargames.
  94. --------------------------------------
  95. Delle 70123
  96.  
  97. I am a music teacher and semi-pro mu-
  98.  
  99. sician. I am looking for a good music
  100.  
  101. program for the C-64, something which
  102.  
  103. will allow me to save a composition
  104.  
  105. on a disk and to print out my composi-
  106.  
  107. tions. I have seen many adds for mu-
  108.  
  109. sic programs but the adds don't tell
  110.  
  111. me enough. Maybe someone in this uni-
  112.  
  113. verse can help me out.
  114.  
  115.   I am also looking for music educa-
  116.  
  117. tion software for the C-64. Is there
  118.  
  119. any out there?
  120. --------------------------------------
  121. Johnson 21740
  122.  
  123.      Currently I have a couple
  124.  
  125. questions.  I hope a fellow astronaut
  126.  
  127. might come to my aid.
  128.  
  129.      1.  I would like to know what I
  130.  
  131.          can do to my progams (Basic
  132.  
  133.          or ML to make them fly as
  134.  
  135.          soon as they are loaded.
  136.  
  137.      2.  I have a BMC printer.  I
  138.  
  139.          would like to know of a
  140.  
  141.          routine that would launch
  142.  
  143.          a hi-res screen out to my
  144.  
  145.          printer.
  146.  
  147. --------------------------------------
  148. Northwood 71104
  149.  
  150. I am the owner of a C-64 with disk
  151.  
  152. drive and an IDS Microprism printer
  153.  
  154. connected by a Cardco interface. I
  155.  
  156. also own a Word-Pro3 word processing
  157.  
  158. program. I would very much like to
  159.  
  160. know a good data management program
  161.  
  162. that I could use with my Word Pro3
  163.  
  164. What I mean by good is that it will
  165.  
  166. have a sort that is fast and flexible,
  167.  
  168. upper and lower case for mail lists
  169.  
  170. and addresses etc (m'File will not do
  171.  
  172. lower case) large records and numerous
  173.  
  174. files. Word Pro people advise me that
  175.  
  176. they have no plans to write one but
  177.  
  178. I should seek one that has
  179.  
  180. sequential files and this should work
  181.  
  182. with their program. They suggested
  183.  
  184. Power File by City Software Distrib
  185.  
  186. out of Milwakee. Is anyone familiar
  187.  
  188. with this or other such data
  189.  
  190. management program that could help me?
  191.  
  192. E. John Northwood
  193. 65 Tealwood
  194. Shreveport, LA 71104
  195. Ph. 318-865-5095
  196. Newman V1J-2P8
  197.  
  198. REQUEST LINE:
  199.  
  200.    Several members of our group have
  201.  
  202. the ' Simon's Basic" program and
  203.  
  204. are having a great deal of fun with
  205.  
  206. it .  We would be very interested in
  207.  
  208. hearing from other Loadstar readers
  209.  
  210. who have SIMON's BASIC and could share
  211.  
  212. some applications and programming
  213.  
  214. tips.  One item we are trying to
  215.  
  216. decipher, is how to write text into a
  217.  
  218. Hires rectangle and to replace the
  219.  
  220. text without re-building the rectangle
  221.  
  222. as it is time consuming.  The reason
  223.  
  224. we have the program, is to create some
  225.  
  226. video titleling for produced Video
  227.  
  228. Tapes.
  229.  
  230.   Another request, we are looking for
  231.  
  232. a smooth scroll program that would
  233.  
  234. enable us to slow smooth scroll sim-
  235.  
  236. ilar to titling done in professional
  237.  
  238. movies.  Any one with help would be
  239.  
  240. greatly appreciated.
  241.