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=' '
- a1=.t.
- do while a1
- clear
- @ 2,1 say "╥╟▒φ▒α║┼" get k1
- @ 3,1 say "╨ú▒φ╚╒╞┌" get k2 pict 'xx.xx.xx'
- @ 4,1 say "═Ω║├╖±(Y/N)" get k3
- @ 5,1 say "╩╣╙├╖±(Y/N)" get k4
- read
- wait '╩Σ╚δ╡─╩²╛▌╒²╚╖┬≡(Y/N)' to w
- if w<>'y'
- loop
- endif
- exit
- enddo a1
- j1=substr(k2,4,2)
- j2=substr(k2,7,2)
- j3=substr(k2,1,2)
- k2=j1+'/'+j2+'/'+j3
- k2=ctod(k2)
- use yb
- loca for yb11=k1
- repl yb6 with k2,yb7 with k3,yb9 with k4
- a=a-1
- enddo
- retu
-
-
-