AddSkipNum Method
Description
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.
Syntax
Visual Basic |
---|
Public Function AddSkipNum( _ ByVal Number As Long _ ) As Boolean |
Parameters
- Number
- Required Long that indicates the number to skip.
Return Type
Boolean value. Boolean returns true if the function succeeds, false if it fails.
See Also