CImageSet:RemoveFirst
The RemoveFirst method removes the CImage from the head of the list.
CImage = CImageSet:RemoveFirst() |
On success, the removed CImage is returned.
On failure, nil is returned.
Removing a list member decreases the list length by 1 member. Removal does not delete the CImage or its associated image.
Suppose a CImageSet exists with name S and that it contains 10 images. The following script removes the member at the head of the list:
|
-- result: count=10 |
|
-- remove the first member |
|
-- result: count=9 |
CImageSet class, RemoveAt, RemoveLast, CImage class
Mira Pro x64 Script User's Guide, Copyright Ⓒ 2023 Mirametrics,
Inc. All Rights Reserved.