home *** CD-ROM | disk | FTP | other *** search
- clear
- set talk off
- set device to screen
- close database
- a=' '
- @ 4,10 say "╟δ╩Σ╚δ╝╟┬╝╫▄╩²" get a pict '999'
- read
- a=val(a)
- do while a<>0
- clear
- k1=' '
- k2=' '
- k3=' '
- k4=' '
- a2=.t.
- do while a2
- clear
- @ 2,1 say "╔Φ▒╕╨═║┼" get k1
- @ 3,1 say "▒╕╝■▒α║┼" get k2
- @ 4,1 say "╫░╘┌┤╦╔Φ▒╕╔╧╡─╕÷╩²" get k3 pict '9999'
- @ 5,1 say "▒Ω╓╛ú¿╥╫╦≡(y),╣╪╝ⁿ(g),╥╫╦≡+╣╪╝ⁿ(yg)ú⌐" get k4
- read
- wait '╫≈╖╧ú╞ú¼╓╪╨▐╕─ú╪ú¼╩²╛▌╒²╚╖ú┌ú¼╖╡╗╪ú╥ú║' to w
- do case
- case w='r'
- retu
- case w='f'
- a=a+1
- case w='x'
- loop
- case w='z'
- k3=val(k3)
- use bs
- set index to bs1
- appe blank
- repl s1 with k1,s2 with k2,s3 with k3,s4 with k4
- reindex on s2 to bs1
- otherwise
- loop
- endcase
- exit
- enddo a2
- a=a-1
- enddo
- retu
-
-
-
-
-