Description
The Right
property lets you obtain or set the syntax element on the right side of the comparison or logical operator. To specify the operand on the left side, use the Left
property.
Declaration
Applies To
The property is applied to the following object:
Property Value
The Right
property can hold one of the following values:
- An
InvokeSyntax
object that corresponds to a variable, routine, property or method expression. - A
ConditionSyntax
object that corresponds to a comparison or logical expression. - A number, string, boolean or any other “simple” value.
Remarks
The Right
property can be assigned a property or method result of the Sys
, process
, window
or onscreen
object, provided that this value is not an object. In this case, you should keep in mind the following:
-
The desired object can be addressed by its fully-qualified name via the
Sys
object as well as by a custom name via theNameMapping
orAliases
object. Note, that you can only use those custom names that are specified in the NameMapping item of the user’s active project. -
The object being referenced must exist, otherwise an error will occur.
See Also
ConditionSyntax.OperatorType Property
ConditionSyntax.Left Property
InvokeSyntax Object