arrays fixed size

  1. drponciano

    B4J Question Variable size arrays

    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)...
Top