guiListAppendText (Function) |
Top Previous Next |
This function appends an item to the list. If the list is full, the first item will be removed and all the other items will change index, to make room for the new item. This function is therefore best suited for use with a list of type 1, as the selected item will change index when used on a list of type 2.
Input: list : SYSHANDLE The handle to the list to set the item in.
text : STRING The text to show in the item.
Returns: INT
Declaration: FUNCTION guiListAppendText : INT;
Example: INCLUDE rtcu.inc |