Multiple assign activity

Please add increment and decrement! I’m tired of doing stuff like TransactionNumber = TransactionNumber + 1 something like this would be much cleaner: TransactionNumber += 1. I’m guessing that would mean adding a dropdown in the properties for the different types? i.e. =, +=, -=, *=, /=, **=.

5 Likes