• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Pawn] [SOLVED] [debug] Run time error 4: "Array index out of bounds"
#2
You used `>` instead of `>=` to check the slot upper-bounds.



You also use a define for the upper bound, which is good, then hard-coded the value in the string, which defeats the object.
  Reply


Messages In This Thread
RE: HELP! [debug] Run time error 4: "Array index out of bounds" - by Y_Less - 2021-05-17, 08:51 AM

Forum Jump: