M Mickego Member Licensed User Longtime User Apr 24, 2011 #1 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.
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.
Erel B4X founder Staff member Licensed User Longtime User Apr 24, 2011 #2 There is no hard limit. Eventually there will be no more free memory available. Upvote 0
M Mickego Member Licensed User Longtime User Apr 24, 2011 #3 In HelpViewer I see this member for List Size As Int [read only] Upvote 0
stevel05 Expert Licensed User Longtime User Apr 24, 2011 #4 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
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.
M Mickego Member Licensed User Longtime User Apr 24, 2011 #5 THX 4 Your attention, Problem solved, there was an error in format of csv file, all OK now. rgds Mickego Upvote 0
THX 4 Your attention, Problem solved, there was an error in format of csv file, all OK now. rgds Mickego