Changeset 90 for trunk/UContact.pas
- Timestamp:
- Feb 2, 2022, 2:55:58 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UContact.pas
r88 r90 1147 1147 ParseState: TParseState; 1148 1148 Line: string; 1149 Line2: string; 1149 1150 Value: string; 1150 1151 I: Integer; … … 1181 1182 while True do begin 1182 1183 Inc(I); 1183 if (Length(Lines[I]) > 0) and (Lines[I][1] = ' ') then begin 1184 Line2 := Lines[I]; 1185 if (Length(Lines[I]) > 0) and (Line2[1] = ' ') then begin 1184 1186 Value := Value + Trim(Lines[I]); 1185 1187 end else
Note:
See TracChangeset
for help on using the changeset viewer.