Am I missing something? I'm having trouble with an array of bytes. I declare variable x as Dim x(10000) as byte in Process Globals. When running the program I eventually get a ArrayIndexOutOfBoundsExeption error with an index in x well below the size, say x(i), where i=1113. If I log(x.length)...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.