Defines a series of integer variables. For example: [2, 4, 6, 8, 10].
Inputs
Name |
Type |
Description |
Name |
Type |
Description |
Start |
Integer |
The first element of the series. |
Step |
Integer |
The difference between elements in the series. |
Count |
Integer |
The number of elements in the series. |
Outputs
Name |
Type |
Description |
Variable |
Integer List |
The resulting variable. |