Ignore:
Timestamp:
Jul 28, 2008, 8:26:58 PM (17 years ago)
Author:
RBRi
Message:

more cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.19_branch/Library/AStringUtilityUnit.pas

    r300 r309  
    88  Classes,
    99  ACLString;
    10 
    11 // Puts specified program command line parameter
    12 // into AString
    13 procedure AString_ParamStr( item: byte;
    14                             S: TAString );
    1510
    1611// Splits up an AString at the given separator CHAR
     
    5752uses
    5853  ACLUtility;
    59 
    60 procedure AString_ParamStr( item: byte;
    61                             S: TAString );
    62 var
    63   p: pchar;
    64   l: longint;
    65 begin
    66   GetCommandLineParameter( item, p, l );
    67   S.AssignPCharLen( p, l );
    68 end;
    6954
    7055procedure AStringToList( S: TAstring;
Note: See TracChangeset for help on using the changeset viewer.