Is there any difference in performance by using the DIM statement to declare variables in a
Procedure instead of the PRIVATE statement?
Do the two statements use the same amount of memory or is one more efficent than the other?
Thanks for your input!!!