<-- Previous || Up || Next -->

VB Linker Function
VB Utilities Class

Public Function VBLinker( _
      ByVal vIncludeFileOrSubPattern As Variant _
    , ByVal vFromFilesList As Variant _
    , ByVal vSeparator As Variant _
    , ByVal vToFileOrDirectory As Variant _
    , ByVal vWriteAsFile As Variant _
    , Optional ByVal vModuleHeader As Variant _
    , Optional ByVal vIgnoreLinesLike As Variant _
    , Optional ByVal vStripComments As Variant _
    , Optional ByVal vTopLevelOnly As Variant _
    , Optional ByVal vBottomLevelOnly As Variant _
    , Optional ByVal vSuppressAttributes As Variant _
    , Optional ByVal vVBAReservedWords As Variant _
    ) As Boolean

"Visual Basic Linker" Creates the minimal version of VB/VBA functions/objects which are necessary to support some set of modules and/or functions. This is analogous to the linker phase of compilation.

See also:
    VBPreprocessor Function
    VBLinkerSample Subroutine
    VBProjectToHTMLFiles Function
    VBAReservedWords Property
    GetVBToken Function
v1.2 Change: Added the vBottomLevelOnly argument.

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.