rbv_api.printArr(arr) displays [[Ljava.lang.Object;@157a54ca

Posted by Rollbase User on 21-Jan-2011 15:20

rbv_api.printArr(arr) isn't working for me. It just prints something like this: [[Ljava.lang.Object;@157a54ca If I just print one element of the array with rbv_api.println(arr[0][0]) that will work, so I know I have results. Also, in the documentation ch6. - 5.6.3 it says "rbv_printArr(arr)" (it's missing the api. part). Thanks

All Replies

Posted by Admin on 21-Jan-2011 17:12

I'll fix that.

This thread is closed