B4J Question ListofArrays -

Johan Schoeman

Expert
Licensed User
Longtime User
I am trying to run the server example here:


In Class RDCHandler of RDC-Server there is this line of code:
B4J code directly from the B4J server:
res.Rows = lres.mInternalArray.SubList(lres.mFirstDataRowIndex, lres.mInternalArray.Size)

B4J reports this as

B4X:
Unknown member: sublist
Unknown member: sublist
RDCHandler - 97: Unknown member: sublist

How do I sort out this error that I am getting?
 
Top