This function returns an integer. The integer is the nth skip number where n is indicated by the value of index.
Visual Basic |
---|
Public Function GetSkipNum( _ ByVal index As Long _ ) As Long |
- index
- Required Long that indicates which skip number of the set of skip numbers to retrieve.
Integer value.