HOWTO: Use Optional Arguments in Intrinsic Data TypesLast reviewed: September 29, 1997Article ID: Q163229 |
The information in this article applies to:
SUMMARYOne of the new features of Microsoft Visual Basic 5.0 and VBA 5.0 is the ability to define Optional arguments for data types other than Variant. These optional arguments are used in procedures.
MORE INFORMATIONMicrosoft Visual Basic and VBA 5.0 allows optional arguments for the following data types:
Data type --------- Currency Double Integer Long Single String ObjectThe following conditions and notes should be considered:
REFERENCESMicrosoft Visual Basic Online Help
|
Additional query words: simple data types nonvariant
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |