I get index out of bounds (0-22) on:
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
how do i make the list longer?
			
			
			
				B4X:
			
		
		
		Dim TheList As List, item As String, item_name As String,item_tag As String,x1 As Int
    TheList = File.ReadList (File.DirAssets, MapFileName)  
'on this and larger dims:
Record_Label1.Text = TheList.Get(23)
	how do i make the list longer?