fp = fopen("C:\Ring\ReadMe.txt","r")
r = fgetc(fp)
while isstring(r)
if r = char(10) see nl
else see r ok
end
fclose(fp)