Add +1 to integer?

Sorry for this really basic question, but how can I add +1 to an integer?

124859-capture.png

You more than likely want to use int+int which as the name suggests it adds and integer to an integer.

Hope this helps.

124884-capture.png

you can use the int++ option wich is better for this case you give it a refrence and boom updates