Send Topic Feedback | See Object Hierarchy Chart
PC-DMIS 2023.2 Object Library
PCDLRN ActiveX DLL > FlowControlCmd Object : RemoveSkipNum Method
Required Long that indicates which argument to remove. This argument should be between one and FlowControlCmd.SkipCount.
RemoveSkipNum Method
Description
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.
Syntax
Visual Basic
Public Function RemoveSkipNum( _
   ByVal index As Long _
) As Boolean
Parameters
index
Required Long that indicates which argument to remove. This argument should be between one and FlowControlCmd.SkipCount.
Return Type
Read/write Boolean value.
See Also