home *** CD-ROM | disk | FTP | other *** search
- clear
- set talk off
- set device to screen
- close database
- a=' '
- @ 4,1 say "╟δ╩Σ╚δ╝╟┬╝╫▄╩²" get a
- read
- a=val(a)
- if a<>0
- use dq
- repl all dq8 with 'y'
- endif
- b=1
- do while a<>0
- clear
- k1=' '
- a1=.t.
- do while a1
- clear
- @ 1,50 say "╧╓╘┌╩Σ╚δ╡─╬¬:"+str(b,2)+"╠⌡╝╟┬╝"
- @ 4,10 say "╟δ╩Σ╚δ▓╗═Ω║├╔Φ▒╕╡─▒α║┼" get k1
- read
- wait '╩Σ╚δ╡─╩²╛▌╒²╚╖┬≡(Y/N)' to w
- if w<>'y'
- loop
- endif
- exit
- enddo
- use dq
- loca for dq1=k1
- repl dq8 with 'n'
- a=a-1
- b=b+1
- enddo
- retu
-
-
-