Im trying to output to a txt file, but it seems fprint is ignoring "\n", "\r" but it is not ignoring "\t".Does anyone have this problem?
Nevermind, i found another post someone saying to try \r\n instead. it worked :\
ITs a windows thing. \n doesnt mean a line change in windows style text files. It wrks on all other systems tough. MOst goo deitors do respect this tough, including wordpad, but not notepad.