Assign Variable
The activity assigns new value specified by user to an existing variable. In the left part (L-value) of the box put the variable, in the right part (R-value) should be value to be assigned to the variable (another variable or VB expression). Remember that new value should match the type of the variable to change.
There will be no error if the variable receives the value you already have.
Acquired Text | String | Output | text input by user |
---|---|---|---|
Display Name | Literal | Input | changes display name of the activity |
Value | Context based | Input | new value of the variable |
To | Context based | Output | variable that stores the result of assignment |