Var iList, xyCount, tmpLen: Integer; tmpfilenameOnly, tmpEntry, tmpFileExt, tmpFilenm, tmpValue, tmpFile: String; countList, tmpList: TStringList; Const ctPointer = ' 0) Then Begin psVIA:= psVIA + 1; psLogWrite(1, '', 'XYcount: ' + IntToStr(psVIA)); // Set Result psExitCode:= 1; // Break; // We will not break here, maybe there are more than one
entries End; End; Except psLogwrite(1, '', 'Exception LoadFromFile: ' + tmpFile); End; Finally tmpList.Free; End; End.