This function removes one of the skip numbers for the Loop Start object from the list of skip numbers. The number removed is determined by the index parameter.
Visual Basic |
---|
Public Function RemoveSkipNum( _ ByVal index As Long _ ) As Boolean |
- index
- Required Long that indicates which argument to remove. This argument should be between one and FlowControlCmd.SkipCount.
Read/write Boolean value.