Workspace 6.21.5
|
InitializedVariable allows an upstream operation to set an initial value but for a widget to be connected to make future changes after initialization (usually due to user input) by connecting to the 'current value' input. If the 'initial value' input changes the current will be reset to this but changes to the current value don't cause the initial to be reused.
Inputs: | |||
---|---|---|---|
Initial value | int | ||
Current value | Modified-in-place | int | |
Outputs: | |||
Current value | int |