PowerBuilder · Runtime error
What does R0003: Array boundary exceeded mean in PowerBuilder?
The program referenced an array index that does not exist, either negative or beyond the array's current upper bound.
The program referenced an array index that does not exist, either negative or beyond the array's current upper bound.
Check the index expression against the array's actual current size with UpperBound(), especially inside loops driven by a count computed earlier in the script that may no longer match the array's real size.