ListDeleteAll
InstallShield 2025 » InstallScript Language Reference
The ListDeleteAll function deletes all elements in the specified list. This function can be used for both string and number lists.
Syntax
ListDeleteAll ( list);
Parameters
|
Parameter |
Description |
|
list |
The list specified to have all elements deleted. |
Return Values
|
Return Value |
Description |
|
ISERR_SUCCESS |
Indicates that the function was successful. |
|
< ISERR_SUCCESS |
Indicates that the function was not successful. |