home *** CD-ROM | disk | FTP | other *** search
- clear
- set talk off
- set device to screen
- close database
- use &a
- a1=.t.
- do while a1
- clear
- k1=' '
- k2=' '
- a2=.t.
- do while a2
- clear
- @ 2,1 say "╟δ╩Σ╚δ"+c+"╚╒╞┌╕─▒Σ╟Θ┐÷"
- @ 3,1 say "╔Φ▒╕▒α║┼" get k1
- @ 4,1 say "╕─▒Σ╠∞╩²" get k2 pict '#####'
- read
- wait '╩²╛▌╒²╚╖ú┌ú¼╓╪╨▐╕─ú╪ú ╖╡╗╪ú╥ú ' to w
- do case
- case w='r'
- retu
- case w='x'
- loop
- case w='z'
- k2=val(k2)
- loca for bjh1=k1
- repl &b with &b+k2
- endcase
- exit
- enddo a2
- wait '╗╣╨▐╕─┬≡(Y/N)' to w
- if w<>'y'
- retu
- endif
- enddo a1
- retu
-
-
-
-
-