Expression

concerns

In the expression attribute, an expression is stored when querying or setting the variable is to be executed.

 

Syntax

Expression

Return value

String

Parameter

The attribute can be set and retrieved

Example

 

Dim R As Reference

R.Expression := "TV.Stand"

MsgBox(R)

 

The value of the variable “stand” of the object “TV” is output.