Hello there,
I have made a script, which read from a file, but also read the tabs. Is there a commando to delete all tabs?
//Ulrik Q K
do a: $strNewLine = str_replace("\t", "", $strLine);
where $strLine is the line from your file w/ the tabs