Add one

admin

Administrator
Staff member
How do I add one to the value of a cell? For example I have a column called count, and I want to get the current value of count and add one to it. I know I can assign the value of count to a var and increment the var by one and rewrite the var to the table but this seems redundant. Is there not a more elegant way than this?

Thanks for your help.

Marcel.
 
Back
Top