Changeset 300 for branches/2.19_branch/Library/AStringUtilityUnit.pas
- Timestamp:
- Jul 8, 2008, 5:42:19 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.19_branch/Library/AStringUtilityUnit.pas
r17 r300 139 139 AtPos: longint; 140 140 SecondAtPos: longint; 141 DotPos: longint;142 141 begin 143 142 result := false; … … 211 210 procedure TrimPunctuation( s: TAString ); 212 211 var 213 c: char;214 212 ChangesMade: boolean; 215 213 begin
Note:
See TracChangeset
for help on using the changeset viewer.