Array Pop
Description
Remove the last value from an array. The result is the existing array with the last value removed.
Event Options
Variable
The array you wish to remove the value from.
Example
Variable
[1, 2, 3]
After running the event with the above options, the Variable option will be updated to [1, 2].
Last updated