END_OF_LIST
InstallShield 2022 » InstallScript Language Reference
END_OF_LIST is a predefined constant that is used to represent a value that is passed to or returned by one or more built-in functions. You cannot change the value of a predefined constant.
Used With
| • | ListCurrentItem | 
| • | ListCurrentString | 
| • | ListGetFirstItem | 
| • | ListSetIndex | 
| • | ListDeleteItem | 
| • | ListDeleteString | 
| • | ListFindItem | 
| • | ListFindString | 
| • | ListCurrentString | 
| • | ListGetNextItem | 
| • | ListGetNextString | 
| • | ListSetCurrentItem | 
| • | ListSetCurrentString | 
See Also