Nicknack
03-13-2009, 07:00 PM
just found a little issue with false syntax highlighting, when using \".
check this out:
f$ = fopen(Apppath$+"dat.txt", "r");
string$ = "\""+ readstring(f$) + "\"" + ",";
end;
fclose(f$);
check this out:
f$ = fopen(Apppath$+"dat.txt", "r");
string$ = "\""+ readstring(f$) + "\"" + ",";
end;
fclose(f$);