ListGetType
InstallShield 2023 » InstallScript Language Reference
The ListGetType function determines whether a list is a STRINGLIST or NUMBERLIST.
Syntax
ListGetType (listID);
Parameters
|
Parameter |
Description |
|
listID |
Specifies the name of a string list. The list identified by listID must already have been initialized by a call to ListCreate. |
Return Values
|
Return Value |
Description |
|
STRINGLIST |
Indicates that the list is a string list. |
|
NUMBERLIST |
Indicates that the list is a number list. |
|
<0 |
Indicates that the function was unable to determine the type of list. |
See Also