OK maybe I'm jumping the gun a little, but I couldn't help but notice B4PPC v5 is posted! :sign0060: (admitedly I was checking emails and the web just in case)
Thought I would recompile an application coded from v4 to see if I can get any speed improvement with v5
When I try to run the program I get a compiling error: Use of undeclared array
Here's the line: Dim NewArray(y) as Byte
Isn't DIM doing just that, declaring the array?
(the y variable is passed to the sub)
Thought I would recompile an application coded from v4 to see if I can get any speed improvement with v5
When I try to run the program I get a compiling error: Use of undeclared array
Here's the line: Dim NewArray(y) as Byte
Isn't DIM doing just that, declaring the array?
(the y variable is passed to the sub)