I created a static variable like this:
Static counter as integer.
How can I share it between two sub procedures?
And if this is not possible, what would be the alternative solution?
Thank you.
Static counter as integer.
How can I share it between two sub procedures?
And if this is not possible, what would be the alternative solution?
Thank you.