Next Method
Description
Accesses the next command in the parent Commands list.
Syntax
Visual Basic |
---|
Public Function Next() As Boolean |
Return Type
Boolean value. This function returns FALSE if it is the last command in the parent Commands list, TRUE otherwise.
Remarks
If it is the last command, it remains unchanged.
See Also