Adds a number to be skipped to an object of type LOOP_START. For objects of other types, it does nothing.
This function returns TRUE if Number was successfully added to the LOOP_START object’s skip list, FALSE otherwise.
Visual Basic |
---|
Public Function AddSkipNum( _ ByVal Number As Long _ ) As Boolean |
- Number
- Required Long that indicates the number to skip.
Boolean value. Boolean returns true if the function succeeds, false if it fails.