home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / xbase / tools / delite / maillist.out < prev    next >
Text File  |  1991-06-01  |  221b  |  4 lines

  1. DISPLAY LASTNAME,FIRSTMI,CITY,PHONE WHILE .NOT. EOF() OFF
  2. *PRINT LASTNAME,FIRSTMI,CITY,PHONE
  3. *PRINT " "+LASTNAME+CHR(13)+CHR(10),FIRSTMI+CHR(13)+CHR(10),CITY+CHR(13)+CHR(10),STATE+CHR(13)+CHR(10) WHILE .NOT. EOF() OFF
  4.