Click to See Complete Forum and Search --> : DIM vs. PRIVATE


softweng
March 21st, 2001, 01:27 PM
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!!!

Iouri
March 21st, 2001, 02:54 PM
Ther is no difference in speed. The only difference is that they might have different scope

Iouri Boutchkine
iouri@hotsheet.com