home *** CD-ROM | disk | FTP | other *** search
- clear
- set talk off
- set safe off
- do while .t.
- bm=' '
- qt=' '
- @10,10 say '╟δ╩Σ╚╦▒¿▒φ├√│╞: ' get bm
- read
- ym='B'+trim(bm)+'_4.dbf'
- use bb
- zap
- append from &ym
- copy stru to &ym
- use &ym
- zap
- append from bb
- @12,10 say '╨▐╕─╞Σ╦√▒¿▒φ┬≡? <Y/N>:'get qt pict'a'
- read
- if upper(qt)='N'
- quit
- endif
- enddo
-