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

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