loading
 
how to increment/decrement a variable?
CubaMadre from Germany  [12 posts]
10 year
Hi,

does anybody know if there is way to increment/decrement a variable on robo's side?
I tried it with 'Set_Variable' varName = [varName] + 1, unfortunately it didn't work.

TIA,
CubaMadre;
Steven Gentner from United States  [1446 posts] 10 year
Try

varName = [varName+1]

Expressions are contained within [ and ]

STeven.

This forum thread has been closed due to inactivity (more than 4 months) or number of replies (more than 50 messages). Please start a New Post and enter a new forum thread with the appropriate title.

 New Post   Forum Index