AUTODEFINE "OFF" $option "/c 65001" ' use a space or '=' as the separator INT i STRING name FILE iFile ISTRING lineIn[128] OPENCONSOLE name=GETSTARTPATH+"Cities.txt" IF (OPENFILE(iFile,name,"R") = 0) FOR i = 1 TO 20 READ(iFile,lineIn) PRINT lineIn NEXT i ENDIF CLOSEFILE iFile DO UNTIL INKEY$<>"" CLOSECONSOLE END