10-12-2008, 02:41 PM
GIAKEN Wrote:Also I read somewhere it wasn't good to use commas when dim'ing like this:
Code:Dim n As Long, i As Long
I've never seen that, but I have seen people dim like this thinking it's dimming both variables as long.
Code:
Dim n, i As Long