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

  1. clear 
  2. if eof()
  3. @ 3,27 say '-------------------'
  4. @ 4,27 say ' ╬▐ ┤╦ú¿└αú⌐╔Φ ▒╕'
  5. @ 5,27 say '-------------------'
  6. else
  7. cf=recno()
  8. @ 0,30 say '╔Φ▒╕╠¿╒╩╧╘╩╛┐¿'
  9. @ 1,0 say ì
  10. '-----------------------------------------------------------------ì
  11. -----------'
  12. @ 2,0 say '╔Φ▒╕▒α║┼: '+sb1
  13. @ 2,27 say  '╣ñ╥╡╞╒▓Θ║┼: '+sb2
  14. @ 2,54 say  '╔Φ▒╕├√│╞: '+sb3
  15. @ 3,0 say '╨═    ║┼: '+sb4
  16. @ 3,27 say '╣µ    ╕±: '+sb5
  17. @ 3,54 say '╓╪    ┴┐: '+str(sb6,6,2)
  18. @ 4,0  say '═Γ╨═│▀┤τ: '+sb7
  19. @ 4,27 say '╓╞ ╘∞ │º: '+sb8
  20. @ 4,54 say '╓╞ ╘∞ ║┼: '+sb9
  21. a5=dtoc(sb10)
  22. j1=substr(a5,7,2)
  23. j2=substr(a5,1,2) 
  24. j3=substr(a5,4,2)
  25. a5=j1+'.'+j2+'.'+j3
  26. @ 5,0  say '│÷│º╚╒╞┌: '+a5         
  27. a5=dtoc(sb12)
  28. j1=substr(a5,7,2)
  29. j2=substr(a5,1,2)
  30. j3=substr(a5,4,2)
  31. a5=j1+'.'+j2+'.'+j3
  32. @ 5,27 say '╞⌠╙├╚╒╞┌: '+a5        
  33. @ 5,54 say 'ú╞    ╗·: '+str(sb13,4,1)
  34. @ 6,0  say 'ú╞    ╡τ: '+str(sb14,5,1)
  35. @ 6,27 say '╘¡    ╓╡: '+str(sb15,10,2)
  36. @ 6,54 say '╒█╛╔─Ω╧▐: '+str(sb16,2)
  37. @ 7,0  say '╡τ╗·╩²┴┐: '+str(sb20,2)
  38. @ 7,27 say '╫▄ ╣ª ┬╩: '+str(sb22,7,2)
  39. stor sb24 to a
  40. sele 2
  41. use ls index lssy
  42. seek a
  43. p1=ls2
  44. sele 1
  45. @ 7,54 say '└α    ╩⌠: '+p1
  46. stor sb25 to b
  47. sele 2
  48. use gs index gssy
  49. seek b
  50. p1=gs2
  51. sele 1
  52. @ 8,0 say '╣▄    ╩⌠: '+p1
  53. stor sb27 to c
  54. sele 2
  55. use jdx index jdxsy
  56. seek c
  57. p1=jdx2
  58. sele 1
  59. @ 8,27 say '╓╪╥¬│╠╢╚: '+p1
  60. stor sb28 to d
  61. sele 2
  62. use dw index dw1 
  63. seek d
  64. p1=dw2
  65. sele 1
  66. @ 8,54  say '╩╣╙├╡Ñ╬╗: '+p1
  67. @ 9,0   say  '░▓╫░╡╪╡π: '+sb29
  68. wait '                        * * * ░┤╗╪│╡ * * *'
  69. endif
  70. return
  71.