Skip to main content

Node Constants

These constants are always available.

Predefined Constants

Constant Value Description
vbUndef 0 Indicates that the referenced variable or node is undefined.
vbHasValue 1 Indicates that the referenced variable or node has a data value.
vbHasArray 2 Indicates that the referenced variable or node has sub-nodes.
FeedbackOpens in a new tab