Skip to main content

This version of the product is no longer supported, and this documentation is no longer updated regularly. See the latest version of this content.Opens in a new tab

New

Creates a new instance of an object.

Synopsis

New object

Arguments

The New statement has the following argument:

object Name of the object for which a new instance should be created.

Examples

The following examples demonstrate how to use the New statement:

person = New User.Person

output = New %File("\PersonList.txt")

See Also

FeedbackOpens in a new tab