iOS Question Array only shows the first 100 data set

mrossen

Active Member
Licensed User
Longtime User
Hi,

If I make at array like this:

B4X:
Private RecievedData(1000) As String

And make a breakpoint, and point the mouse over "RecievedData" it shows the size (1000) and data from 0 to 99.

How can I see data from 0 to 999 ?

Mogens
 

DonManfred

Expert
Licensed User
Longtime User
DID you fill in any Data higher than 0 to 99?
 
Upvote 0
Top