Addfunction
Appends an item to the list.
No implementation located. This member is documented, but the source scan found no matching declaration. It is likely declared in a header this scan does not resolve, or provided by a macro.
Syntax
FUNCTION Add (BYREF dws AS DWSTRING) AS LONG
Parameters
| Name | Description | |
|---|---|---|
dws | The string to append. |
Return value
Returns the number of items in the list.
Description
Appends a string to the list.
Reference
- Include file
DWStrProcs.inc - Documented in String Management/Linked Lists.md
- Topic: DWStrList