home *** CD-ROM | disk | FTP | other *** search
- clear
- set talk off
- set device to screen
- close database
- use zj
- a1=.t.
- do while a1
- clear
- a=' '
- b=' '
- @ 4,20 say "╟δ╩Σ╚δ╔Φ▒╕▒α║┼" get a
- @ 5,20 say "╝α▓Γ╡π║┼" get b
- read
- loca for zj1=a .and. zj2=b
- if eof()
- @ 4,0 clear
- wait ' ╬▐┤╦╝α▓Γ╡πú¼░┤╚╬╥Γ╝ⁿ╖╡╗╪úí'
- clos data
- retu
- endif
- tt=dtoc(zj5)
- j1=substr(tt,7,2)
- j2=substr(tt,1,2)
- j3=substr(tt,4,2)
- tt=j1+'.'+j2+'.'+j3
- clear
- @ 0,1 say "╔Φ▒╕▒α║┼" get zj1
- @ 1,1 say "╝α▓Γ╡π║┼" get zj2
- @ 2,1 say "╝α▓Γ╡π▓┐╬╗" get zj3
- @ 3,1 say "╝α▓Γ╓▄╞┌(╠∞)" get zj4
- @ 4,1 say "╔╧┤╬╝α▓Γ╚╒╞┌" get tt
- @ 5,1 say "▓Γ┴┐▓╬╩²├√│╞" get zj8
- if zj13>zj10
- @ 6,1 say "▒Ω╫╝╓╡(╕▀)" get zj13 pict '###.##'
- @ 7,1 say "▒Ω╫╝╓╡(╡═)" get zj10 pict '###.##'
- else
- @ 6,1 say "▒Ω╫╝╓╡(╕▀)" get zj10 pict "###.##"
- @ 7,1 say "▒Ω╫╝╓╡(╡═)" get zj13 pict "###.##"
- endif
- @ 8,1 say "╝α▓Γ─┌╚▌╝≥╩÷" get zj7
- @ 9,1 say "╓╕╡╝╦╡├≈╩Θ┤·║┼" get zj14
- wait '╒µ╥¬╔╛│²┤╦╝╟┬╝┬≡ú¿ú┘ú»ú╬ú⌐' to w
- if w='y'
- dele
- pack
- endif
- exit
- enddo
- wait '╗╣╔╛│²┬≡ú¿ú┘ú»ú╬ú⌐' to w
- if w<>'y'
- clos data
- retu
- endif
- enddo
-