Hi,
I use this code with B4A I don't have a problem, but with B4I I get this error when there is too much data. I don't understand, should I recode the loading of a CSV file and not use LoadCSV ?
Error occurred on line: 2791 (B4XMainPage)
-[__NSCFString substringWithRange:]: Range {5497, 18446744073709546118} out of bounds; string length 70968
	
	
	
	
	
	
	
		
			
			
			
			
			
		
	
	
	
		
	
	
		
	
Thanks for your help.
			
			I use this code with B4A I don't have a problem, but with B4I I get this error when there is too much data. I don't understand, should I recode the loading of a CSV file and not use LoadCSV ?
Error occurred on line: 2791 (B4XMainPage)
-[__NSCFString substringWithRange:]: Range {5497, 18446744073709546118} out of bounds; string length 70968
			
				B4X:
			
		
		
		Dim su As StringUtils
Dim list As List
list.Initialize
list=su.LoadCSV(File.DirLibrary, "api.csv",";")
	Thanks for your help.