Changeset 116 for trunk/UContact.pas
- Timestamp:
- Feb 15, 2022, 5:09:10 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UContact.pas
r115 r116 1623 1623 while I < Lines.Count do begin 1624 1624 Line := Lines[I]; 1625 DetectMaxLineLength(Line);1625 //DetectMaxLineLength(Line); 1626 1626 1627 1627 if Line = '' then begin … … 1652 1652 if I >= Lines.Count then Break; 1653 1653 Line2 := Lines[I]; 1654 DetectMaxLineLength(Line2);1654 //DetectMaxLineLength(Line2); 1655 1655 if (Length(Line2) > 0) and (Line2[1] = ' ') then begin 1656 1656 Value := Value + Copy(Line2, 2, MaxInt);
Note:
See TracChangeset
for help on using the changeset viewer.