PWB Extensions Help (ext.hlp) (
Table of Contents;
Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
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.
-♦-