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
- clear
- k1=' '
- k2=' '
- k3=' '
- k4=' '
- a2=.t.
- do while a2
- clear
- @ 3,1 say "╡Ñ╬╗┤·║┼" get k1
- read
- if k1='h'
- use dw
- do hel1.prg
- loop
- endif
- @ 4,1 say "╝∞▓Θ╚╒╞┌" get k2 pict 'xx.xx.xx'
- @ 5,1 say "╢»╨╣┬⌐╡π╩²" get k3
- @ 6,1 say "╛▓╨╣┬⌐╡π╩²" get k4
- read
- wait '╩Σ╚δ╡─╩²╛▌╒²╚╖┬≡(Y/N)' to w
- if w<>'y'
- loop
- endif
- exit
- enddo a2
- j1=substr(k2,4,2)
- j2=substr(k2,7,2)
- j3=substr(k2,1,2)
- k2=j1+'/'+j2+'/'+j3
- k2=ctod(k2)
- k3=val(k3)
- k4=val(k4)
- use xl
- appe blank
- repl xl1 with k2,xl2 with k1,xl3 with k4,xl4 with k3
- a=a-1
- enddo
- retu
-
-
-