Increment Integer (++)

Admittedly low-priority syntactic sugar, but: It would be nice with an activity to increment an integer, instead of having to reassign writing int_myNumber = int_myNumber + 1. The good old ++, that is.

Have you looked at the reusable component feature (Library) in the 18.3 beta? You could create a custom component that does just that.

3 Likes