(2 intermediate revisions by the same user not shown)
Line 1:
Line 1:
=== Direct Vs Indirect Binding ===
Direct vs. indirect binding
When making a dynamic variable, the <code>VariableName</code> of a dynamic variable component can be one of the following two forms: <code>VariableName</code> or <code>VariableSpaceName/VariableName</code>. The former represents ''indirect binding'', while the latter represents ''direct binding''.