Issue type:
Short description:
Either a function:
function VariableCard(int ID){
return Value
}
Or an array:
VariableCard["ID"]
Either of these would return the value of the variable card with the ID passed to it. In the case of the array, the ID would be the index.
The same rules for Integrated Dynamics variable cards would still apply: Have the variables contained in the network in order to be valid.
This opens the door for declaring variables within scripts that represent the values of variable cards directly.
Issue type:
Short description:
Either a function:
Or an array:
VariableCard["ID"]Either of these would return the value of the variable card with the ID passed to it. In the case of the array, the ID would be the index.
The same rules for Integrated Dynamics variable cards would still apply: Have the variables contained in the network in order to be valid.
This opens the door for declaring variables within scripts that represent the values of variable cards directly.