Is this code
faster thanCode:Dim x as integer,a as integer x=listbox.count-1 for a= 0 to x next a
Code:Dim a as integer for a= 0 to listbox.count-1 next a
|
Results 1 to 40 of 77
Thread: tips for optimizing vb codeThreaded View
|
Click Here to Expand Forum to Full Width |