22-09-2008, 07:46 PM
Dugor Wrote:Code:Dim N
Make sure to give your variables a type. If you don't then they are considered 'Variants' and are very slow.
Code:dim n as long
I see. Thanks for that tip. So whats dimming it as long mean? I mean, I don't understand dimming as certain types. Someone wanna explain that? Like Dim as Val, Boolean, Byte, integer, Etc, Etc.