How do you get numerical data to incrementally increase

@rweaver1

Welcome to the community

if it is in same run then can use assign and incrment by adding the number eg: num = num +100

if it is for different runs then use assets increment the value and use set asset and set the value to asset so that in next run the get asset will get the incremented value

cheers