[]
Returns the index of the next non-empty element.
int NextNonEmptyIndex(int index)
Function NextNonEmptyIndex(index As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | index | Index to start searching |
| Type | Description |
|---|---|
| int | Index of the next non-empty element |