When to use Assign

This activity helps you to allocate value to a variable or argument.

Activity Name

Picture

Assign

             

Technical Reference

Figure 1.1

Assign

The compiler disallows implicit conversions between different variable types.

Activity: The Assign activity helps in allocating value to a specific variable or argument, it can be used to increment the value of a variable in a loop.

Figure 1.2

Picture1