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

  1. clear
  2. close database
  3. use bj index bj1        
  4. set talk off
  5. set device to screen
  6. @ 1,1 say "▒╕╝■▒α║┼ ▒╕╝■├√│╞        ╡▒╟░┐Γ┤µ ╫ε╡═┐Γ┤µ ╢⌐╗⌡╡π      ▓ε╓╡   ╡Ñ╝█"
  7. l=2
  8. loca for b5-b8<=0          
  9. if eof()
  10. clear
  11. @ 4,15 say "╬▐╙ª╢⌐╗⌡╡─▒╕╝■ú¼░┤╚╬╥Γ╝ⁿ╖╡╗╪úí"
  12. wait ' ' to w
  13. retu
  14. endif
  15. do while .not. eof()
  16. a=b8-b5    
  17. @ l,1 say " "+b1  
  18. @ l,10 say " "+b2  
  19. @ l,23 say " "+str(b5,8,2)
  20. @ l,32 say " "+str(b7,8,2)
  21. @ l,41 say " "+str(b8,8,2)
  22. @ l,50 say " "+str(a,8,2)
  23. @ l,60 say " "+str(b4,8,2)
  24. l=l+1
  25. if l=9
  26. l=0
  27. wait '                                                             ░┤╚╬╥Γ╝ⁿ╝╠╨°' to w
  28. clear
  29. @ l,1 say "▒╕╝■▒α║┼ ▒╕╝■├√│╞        ╡▒╟░┐Γ┤µ ╫ε╡═┐Γ┤µ   ╢⌐╗⌡╡π   ▓ε╓╡ ì
  30.   ╡Ñ╝█"
  31. l=l+1
  32. endif
  33. cont
  34. enddo
  35. wait '            ┤≥╙í┬≡(y/n)   ' to w
  36. if w<>'y' 
  37. close database
  38. retu
  39. endif
  40. clear
  41. @ 4,20 say "╒²╘┌┤≥╙íú¼╟δ╔╘║≥úí"
  42. set cons off
  43. set device to print
  44. set print on
  45. ? chr(27)+"IJ"
  46. set print off
  47. r=1
  48. loca for b5-b8<=0           
  49. w=.t.
  50. do while w
  51. @ prow()+1,1 say "                  ╙ª ╢⌐ ╗⌡ ╡─ ▒╕ ╝■"
  52. @ prow()+1,1 say "                 "
  53. @ prow()+1,60 say "(╡┌"+str(r,3)+"╥│)"
  54. @ prow()+1,1 say  ì
  55. "========================================================================="
  56. @ prow()+1,1 say "|▒╕╝■▒α║┼ |▒╕╝■├√│╞        |╡▒╟░┐Γ┤µ|╫ε╡═┐Γ┤µ|╢⌐╗⌡╡π ì
  57.  |▓ε╓╡    |╡Ñ╝█   ì
  58.  |"
  59. @ prow()+1,1 say ì
  60. "|---------|----------------|--------|--------|--------|--------|--------|"
  61. l=6
  62. do while .not. eof()
  63. c=b8-b5     
  64. @ prow()+1,1 say "|"+b1   
  65. @ prow(),11 say "|"+b2  
  66. @ prow(),28 say "|"+str(b5,8,2)
  67. @ prow(),37 say "|"+str(b7,8,2)
  68. @ prow(),46 say "|"+str(b8,8,2)
  69. @ prow(),55 say "|"+str(c,8,2)
  70. @ prow(),64 say "|"+str(b4,8,2)+"|"
  71. l=l+1
  72. cont 
  73. if .not. eof()
  74. if l>=54
  75. @ prow()+1,1 say ì
  76. "=================================================================ì
  77. ========"  
  78. ejec
  79. r=r+1
  80. exit      
  81. else
  82. @ prow()+1,1 say ì
  83. "|---------|----------------|--------|--------|--------|--------|-ì
  84. -------|"
  85. l=l+1
  86. endif
  87. else 
  88. w=.f.
  89. @ prow()+1,1 say ì
  90. "=================================================================ì
  91. ========"            
  92. endif
  93. enddo
  94. enddo w
  95. set print on
  96. ? chr(13)
  97. set print off
  98. set device to screen
  99. close database
  100. a1=.t.
  101. set cons on
  102. return
  103.  
  104.  
  105.