Max Size of a List ?

Mickego

Member
Licensed User
Longtime User
What is the maxsize of a 'List' ?
Can it be extended to keep more entries ?

Playing with a speedcam App and
looks like I reached maxsize of my list of Cams.
 

stevel05

Expert
Licensed User
Longtime User
That returns the current size of the list.

You need to post some error messages and code so that someone can understand your problem and help you.
 
Upvote 0

Mickego

Member
Licensed User
Longtime User
THX 4 Your attention, :)

Problem solved, there was an error
in format of csv file, all OK now.

rgds Mickego
 
Upvote 0
Top