home *** CD-ROM | disk | FTP | other *** search
/ Best of German Only 1 / romside_best_of_german_only_1.iso / anwender / zephyr / zephyr4s.2 / BEISPIEL.EXE / lha / DRUCKER.PRG < prev    next >
Text File  |  1992-08-13  |  750b  |  37 lines

  1. procedure drucker
  2. parameters re,lq,ku,sm,br,fe,ho,ti,un,sz,zl,s1,s2,s3,s4,s5
  3.  
  4. * re=" "
  5. * lq=" "
  6. * ku=" "
  7. * sm=" "
  8. * br=" "
  9. * fe=" "
  10. * ho=" "
  11. * ti=" "
  12. * un=" " 
  13. * sz=" "
  14. * zl=" "
  15. * s1=" "
  16. * s2=" "
  17. * s3=" "
  18. * s4=" "
  19. * s5=" "
  20. store dru_code(reset) to re
  21. store dru_code(nlq) to lq
  22. store dru_code(kursiv) to ku
  23. store dru_code(schmal) to sm
  24. store dru_code(breit) to br
  25. store dru_code(fett) to fe
  26. store dru_code(hoch) to ho
  27. store dru_code(tief) to ti
  28. store dru_code(unter) to un
  29. store dru_code(satz) to sz
  30. store dru_code(zeile) to zl
  31. store dru_code(schrift1) to s1
  32. store dru_code(schrift2) to s2
  33. store dru_code(schrift3) to s3
  34. store dru_code(schrift4) to s4
  35. store dru_code(schrift5) to s5
  36. wait window "Drucker aktiviert"
  37.