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

  1. clear
  2. set talk off
  3. set device to screen
  4. close database
  5. use jh index jh1
  6. if k1='y'
  7. loca for jh1=a .and. jh2=b .and. jh3=c
  8. if eof()
  9. retu
  10. endif
  11. dele reco recno()
  12. pack
  13. retu
  14. endif
  15. j1='         '
  16. j2='    '
  17. j3='  '
  18. j4='      '
  19. j5='      '
  20. j6='      '
  21. j7='      '
  22. j8='      '
  23. j9='      '
  24. j10='      '
  25. j11='          '
  26. j12='     '
  27. a4=.t.
  28. do while a4
  29. clear
  30. @ 1,1 say "╔Φ▒╕▒α║┼" get j1
  31. @ 2,1 say "╨▐└φ└α▒≡ú¿┤≤╨▐ú▒ú¼╓╨╨▐ú▓ú¼╨í╨▐ú│ú¼╢■▒úú┤ú⌐" get j2
  32. @ 3,1 say "╨▐└φ╩▒╝Σú¿╘┬ú⌐" get j3 pict '99'
  33. @ 4,1 say "╟»╣ñ╣ñ╩▒" get j4 pict '####.#'
  34. @ 5,1 say "╡τ╣ñ╣ñ╩▒" get j5 pict '####.#'
  35. @ 6,1 say "╞≡╓╪╣ñ╩▒" get j6 pict '####.#'
  36. @ 7,1 say "║╕╣ñ╣ñ╩▒" get j7 pict '####.#'
  37. @ 1,50 say "╣▄╣ñ╣ñ╩▒" get j8 pict '####.#'
  38. @ 2,50 say "╗·╝╙╣ñ╣ñ╩▒" get j9 pict '####.#'
  39. @ 3,50 say "╞Σ╦ⁿ╣ñ╩▒" get j10 pict '####.#'
  40. @ 4,50 say "╝╞╗«╨▐└φ╖╤╙├" get j11 pict '#######.##'
  41. @ 5,50 say "═ú╨¬╠∞╩²" get j12 pict '#####'
  42. read
  43. @ 8,1 clear
  44. wait "╟δ╤í╘±ú║╩²╛▌╒²╚╖ú┌ú¼╫≈╖╧ú╞ú¼╓╪╨▐╕─ú╪ú¼╖╡╗╪ú╥ú║" to j15
  45. do case 
  46. case j15='r'
  47. retu
  48. case j15='f'
  49. exit
  50. case j15='x'
  51. loop
  52. case j15='z'
  53. j3=val(j3)
  54. j4=val(j4)
  55. j5=val(j5)
  56. j6=val(j6)
  57. j7=val(j7)
  58. j8=val(j8)
  59. j9=val(j9)
  60. j10=val(j10)
  61. j11=val(j11)
  62. j12=val(j12)
  63. appe blank
  64. repl jh1 with j1,jh2 with j2,jh3 with j3,jh4 with j4,jh5 with ì
  65. j5,jh6 with j6,jh7 with j7,jh8 with j8,jh9 with j9,jh10 with ì
  66. j10,jh11 with j11,jh12 with j12
  67. exit
  68. endcase 
  69. enddo a5
  70. wait '╗╣╘÷╝╙┬≡ú¿ú┘ú»ú╬ú⌐' to q  
  71. if q='y'
  72. loop
  73. else
  74. retu
  75. endif
  76. enddo
  77. retu
  78.