PWB Extensions Help (ext.hlp) (Table of Contents; Topic list)
AddStrToList
                                             Up Contents Index Back
─────PWB Extensions─────────────────────────────────────────────────────────
 
  Syntax: void AddStrToList (PCMD List, char far *String,
                             flagType fNormal);
 
  See:    ClearList, ForFile, GetListEntry, GetListHandle, ScanList,
          SelectFiles, PWB Mgreplist Macro
 
     AddStrToList adds a string or sublist to a list.
 
     Argument    Description
 
     <List>      The handle of the list to modify.
 
     <String>    The string to add to the list. If the string begins
                 with an at sign (@), it is the name of a sublist.
 
     <fNormal>   Specifies if the string is a filename to normalize, as
                 follows:
 
                 Value    Meaning
 
                 TRUE     Normalize the filename.
                 FALSE    Use the string as it is.
                                    -♦-