home *** CD-ROM | disk | FTP | other *** search
- clear
- set talk off
- set device to screen
- close database
- a=' '
- @ 4,10 say "╟δ╩Σ╚δ╝╟┬╝╫▄╩²" get a
- read
- a=val(a)
- do while a<>0
- k1=' '
- k2=' '
- k3=' '
- k4=' '
- k5=' '
- k6=' '
- k7=' '
- k9=' '
- a1=.t.
- do while a1
- clear
- @ 1,1 say "╥╟▒φ▒α║┼" get k9
- @ 2,1 say "╥╟▒φ├√│╞" get k1
- @ 3,1 say "╥╟▒φ╨═║┼" get k2
- @ 4,1 say "│÷│º║┼" get k3
- @ 5,1 say "╛½╢╚╡╚╝╢" get k4
- @ 6,1 say "╨ú▒φ╓▄╞┌" get k5
- @ 7,1 say "╩╣╙├┤╦▒φ╡─╔Φ▒╕▒α║┼" get k6
- read
- a3=.t.
- do while a3
- @ 8,1 say "╩╣╙├╡Ñ╬╗▒α║┼" get k7
- read
- if k7='h'
- use dw
- do hel1.prg
- loop
- endif
- exit
- enddo a3
- wait '╩Σ╚δ╡─╩²╛▌╒²╚╖┬≡(Y/N)' to w
- if w<>'y'
- a1=.t.
- else
- exit
- endif
- enddo a1
- k5=val(k5)
- use yb
- appe blank
- repl yb1 with k1,yb2 with k2,yb3 with k3,yb4 with k4,yb5 with ì
- k5,yb8 with k6,yb10 with k7,yb11 with k9
- a=a-1
- enddo
- retu
-
-
-
-