M mohammad1369 New Member Sep 25, 2014 #1 i have some data like this a 10 b 20 c 15 etc. no i want save these in a file and search itme's and use their value, now i want to know in what file type i can save it and how i can use that? thanks
i have some data like this a 10 b 20 c 15 etc. no i want save these in a file and search itme's and use their value, now i want to know in what file type i can save it and how i can use that? thanks
Erel B4X founder Staff member Licensed User Longtime User Sep 26, 2014 #2 You can use StringUtils.LoadCSV with space as the separating character. Or you can manually parse this string. It is quite simple format. Upvote 0
You can use StringUtils.LoadCSV with space as the separating character. Or you can manually parse this string. It is quite simple format.