$start = 1 $datei = FileOpen("path") $zeile = FileReadLine($datei, $start) $new = StringRegExp($datei, "([^\S])") MsgBox(0, "", $new)