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

Let

Assigns an object reference to a variable or property.

Synopsis

Let objectvar = objectexpression 

Arguments

objectvar Name of the variable or property; follows standard variable-naming conventions.
objectexpression Expression consisting of the name of an object, another declared variable of the same object type, or a function or method that returns an object of the same object type.

Description

In Caché Basic, the Let statement is functionally identical to the Set statement. Refer to the Set statement for further details.

FeedbackOpens in a new tab