Programming Reference Manual
New
Syntax
New
objtype
Description
Returns a new instance of
objtype
.
Parameter
Description
objtype
This is the new object's type.
See Also
Objects
.
Example
Sub
Main
Dim
obj As
Object
Set
obj = New Dictionary
End
Sub
Home
IDE Overview
Declarations
Data Types
Assignment
Flow Control
Error Handling
Conversion
Variable Info
Constant
Math
Financial
Strings
StringClass
Objects
Time/Date
File
User Input
User Dialog
Dialog Functions
Web Form
CCL (web server)
DDE
Settings
Miscellaneous
Operator
Operator
Operators: +, -, ^, *, /, \, Mod, +, -, &, =, <>, <, >, <=, >=,
Like
Not, And, Or, Xor, Eqv, Imp
Is
TypeOf
New
Translator