home *** CD-ROM | disk | FTP | other *** search
- * mfile subprogram for CONTACT system
- ERASE
- @ 23,1 SAY 'I am reindexing the ZIP file, please wait==> '
- SELECT PRIMARY
- USE B:TEMP INDEX B:ZIP
- REINDEX
- ERASE
- @ 23,1 SAY 'I am writing a forign file of data, please wait==> '
- USE B:TEMP INDEX B:ZIP
-
- DO WHILE .NOT. EOF .AND. .NOT. ZIP=' '
- COPY TO B:label.txt FIELD first,last,house,street,suite,city,state,zip DELIMITED WITH ,
- ENDDO WHILE.NOT.EOF
-
- RETURN
-
- * end mfile