GetExclude OLE Automation Routine


GetExclude( itemNumber )

  • itemNumber the position of the item in the list where 1 is the first item in the list.

    Returns a string containing the file specification or an empty string if itemNumber is larger than the number of items in the list.

  • Example:

    List1.Clear
    Dim nCount As Integer
    Dim sPath As String
    nCount = 1
    While nCount
    sPath = wilbur.GetExclude(nCount)
    nCount = nCount + 1
    If sPath <> "" Then
    List1.AddItem (sPath)
    Else
    nCount = 0
    End If
    Wend

    This example will fill a list box with all of the entries in the exclude list.

     


    Copyright © 1999 RedTree Development Inc. Tous droits réservés. L'information contenue dans ce document est susceptible d'être modifiée sans préavis. Tous les autres produits et sociétés mentionnés sont des marques déposées ou les marques déposées de leurs sociétés respectives ou de leurs détenteurs.