home *** CD-ROM | disk | FTP | other *** search
- clear
- set talk off
- set device to screen
- close database
- a1=.t.
- do while a1
- clear
- c=' '
- @ 4,10 say "╟δ╩Σ╚δ╫▄╝╟┬╝╩²" get c pict '999'
- read
- c=val(c)
- do while c<>0
- clear
- a=' '
- b=' '
- @ 3,10 say "▒╕╝■▒α║┼" get a
- if q='y'
- @ 4,10 say "┼╠╙»╩²┴┐" get b pict '####'
- else
- @ 4,10 say "┼╠┐≈╩²┴┐" get b pict '####'
- endif
- read
- wait '╩Σ╚δ╡─╩²╛▌╒²╚╖┬≡(Y/N)' to w
- if w<>'y'
- loop
- exit
- endif
- b=val(b)
- use bj
- set index to bj1,bj2
- seek a
- if q='y'
- repl b5 with b5+b
- else
- repl b5 with b5-b
- endif
- c=c-1
- enddo
- retu
-
-