Lingo Dictionary > D-F > findEmpty() |
![]() ![]() ![]() |
findEmpty()
Syntax
findEmpty(member
whichCastMember
)
Description
Function; for the current cast only, displays the next empty cast member position or the position after the cast member specified by whichCastMember
.
Example
This statement finds the first empty cast member on or after cast member 100:
put findEmpty(member 100)
![]() ![]() ![]() |