home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / b / b077 / 1.img / SBGL.ZIP / HEL7.PRG < prev    next >
Encoding:
Text File  |  1980-01-01  |  961 b   |  91 lines

  1. @ 1,40 clear
  2. set talk off
  3. set device to screen 
  4. l=1
  5. p1=1
  6. a1=.t.
  7. use rs
  8. goto top
  9. do while a1           
  10. if p1=1
  11. @ 0,40 say "╣ñ╫≈╓ñ║┼   ╨╒├√    ╝╝╩⌡╡╚╝╢  └═┴ª╦«╞╜"
  12. endif
  13. @ l,40 say " "+rs1+"    "+rs2+'     '+rs6+'      '+rs12
  14. skip
  15. l=l+1
  16. if .not. eof()
  17. if l<9
  18. p1=2
  19. loop
  20. else
  21. set console off
  22. wait '   ' to w
  23. set console on
  24. p1=1
  25. do case
  26. case w='.'
  27. @ 1,40 clear
  28. l=1
  29. loop
  30. case w=','
  31. a=recno()
  32. skip -l-9
  33. l=1
  34. if a-l-9<=1
  35. ? chr(7)
  36. endif
  37. @ 1,40 clear
  38. loop
  39. case w='r'
  40. @ 0,40 clear
  41. otherwise
  42. ? chr(7)
  43. skip -l  
  44. l=1
  45. @ 1,40 clear
  46. loop
  47. endcase
  48. endif
  49. else
  50. set console off
  51. wait '  ' to w
  52. set console on
  53. p1=1
  54. do case
  55. case w='.'
  56. ? chr(7)
  57. skip -l+1
  58. l=1
  59. @ 1,40 clear
  60. loop
  61. case w=','
  62. a=recno()
  63. if a>=9
  64. skip -l-7
  65. @ 1,40 clear
  66. l=1
  67. loop
  68. else
  69. goto top 
  70. ? chr(7)
  71. @ 1,40 clear
  72. l=1
  73. loop
  74. endif
  75. case w='r'
  76. @ 0,40 clear
  77. otherwise
  78. skip -l+1
  79. ? chr(7)
  80. l=1
  81. @ 1,40 clear
  82. loop
  83. endcase
  84. endif
  85. exit
  86. enddo a1
  87.  
  88.  
  89.  
  90.  
  91.