I want to increase a variable by 1 whenever a procedure is run. How can I do that?

How can this be achieved?

What I tried? Nothing I am still figuring out, how I can go about this!

Add 1 to the variable when you call your procedure.
Set global variable = get global variable + 1
Put something like above in your procedure.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.