Changeset 309 for branches/2.19_branch/Library/AStringUtilityUnit.pas
- Timestamp:
- Jul 28, 2008, 8:26:58 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.19_branch/Library/AStringUtilityUnit.pas
r300 r309 8 8 Classes, 9 9 ACLString; 10 11 // Puts specified program command line parameter12 // into AString13 procedure AString_ParamStr( item: byte;14 S: TAString );15 10 16 11 // Splits up an AString at the given separator CHAR … … 57 52 uses 58 53 ACLUtility; 59 60 procedure AString_ParamStr( item: byte;61 S: TAString );62 var63 p: pchar;64 l: longint;65 begin66 GetCommandLineParameter( item, p, l );67 S.AssignPCharLen( p, l );68 end;69 54 70 55 procedure AStringToList( S: TAstring;
Note:
See TracChangeset
for help on using the changeset viewer.