home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b077 / 1.img / SBGL.ZIP / QD7.PRG < prev    next >
Encoding:
Text File  |  1979-12-31  |  752 b   |  45 lines

  1. clear
  2. set talk off
  3. set device to screen
  4. close database
  5. a1=.t.
  6. do while a1
  7. clear
  8. if qq='1'
  9. use bj index bj1
  10. ee='         '
  11. @ 4,20 say "╟δ╩Σ╚δ▒╕╝■▒α║┼" get ee
  12. read
  13. endif
  14. if qq='2'
  15. use bj index bj2
  16. ee='        '
  17. @ 4,20 say "╟δ╩Σ╚δ▒╕╝■╡─┤µ┤ó╬╗╓├" get ee 
  18. read 
  19. endif
  20. seek ee
  21. if eof()
  22. @ 4,0 clear
  23. wait '              ╬▐┤╦▒╕╝■ú¼░┤╚╬╥Γ╝ⁿ╖╡╗╪úí'
  24. clos data
  25. retu
  26. endif
  27. clear
  28. @ 2,10 say "▒╕╝■▒α║┼" get b1
  29. @ 2,50 say "▒╕╝■├√│╞" get b2
  30. @ 3,10 say "╣µ╕±═╝║┼" get b3
  31. @ 3,50 say "╡Ñ    ╝█" get b4
  32. @ 4,10 say "╩²    ┴┐" get b5
  33. @ 4,50 say "╫ε╕▀┐Γ┤µ" get b6
  34. @ 5,10 say "╫ε╡═┐Γ┤µ" get b7
  35. @ 5,50 say "╢⌐ ╗⌡ ╡π" get b8
  36. @ 6,10 say "┤µ┤ó╬╗╓├" get b9
  37. wait '   ╗╣▓Θ╤»┬≡ú¿ú┘ú»ú╬ú⌐' to w
  38. if w='y'
  39. loop
  40. endif
  41. exit
  42. enddo 
  43. clos data
  44. retu
  45.