Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Description

Creates a Package with the given name and header. PARAMETERS: Name as String, Header as String.

Syntax

...

Code Block
languagevb
Public Function Add(

...

 _
   ByVal Name As Variant, _
   ByVal Header As Variant _
) As Package

Parameters

  • Name
  • Header

See Also