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

  1. clear
  2. set talk off
  3. set device to screen
  4. close database
  5. @ 4,20 say "╒²╘┌┤≥╙íú¼╟δ╔╘║≥úí"
  6. set cons off
  7. set device to print 
  8. set print on
  9. ? chr(27)+"IJ"
  10. set print off
  11. use bj 
  12. set index to bj2
  13. p=1
  14. a1=.t.
  15. do while a1
  16. @ prow()+1,30 say "▒╕╝■┼╠╗⌡╡Ñ"
  17. @ prow()+1,1 say "            "
  18. @ prow()+1,56 say "╡┌"+str(p,2)+"╥│"
  19. @ prow()+1,1 say ì
  20. "================================================================"
  21. @ prow()+1,1 say "|▒╕╝■▒α║┼ |▒╕╝■├√│╞        ì
  22. |╒╩├µ┐Γ┤µ|╒╩├µ╜≡╢ε|┤µ┤ó╬╗╓├|╙»┐≈╩²┴┐|"
  23. @ prow()+1,1 say "|---------|----------------|--------|--------|--------|--------|"
  24. l=6
  25. do while .not. eof()
  26. @ prow()+1,1 say "|"+b1
  27. @ prow(),11 say "|"+b2
  28. @ prow(),28 say "|"+str(b5,8,2)
  29. a=b4*b5
  30. @ prow(),37 say "|"+str(a,8,2)+"|"+b9+"|"+"        |"
  31. skip
  32. l=l+1
  33. if .not. eof()
  34. if l>=50
  35. @ prow()+1,1 say ì
  36. "================================================================"ì
  37. p=p+1
  38. ejec
  39. exit
  40. else
  41. @ prow()+1,1 say ì
  42. "|---------|----------------|--------|--------|--------|--------|"
  43. endif
  44. else
  45. @ prow()+1,1 say ì
  46. "================================================================"
  47. a1=.f.
  48. endif
  49. enddo 
  50. enddo a1
  51. set print on
  52. ? chr(13)
  53. set print off
  54. set device to screen
  55. a1=.t.
  56. set cons on
  57. retu
  58.  
  59.