Dim sTest() as String
...
Sub CSV
Dim su As StringUtils
Dim csv As List
csv = su.LoadCSV(File.DirAssets, "tests.txt", ",")
sTest = csv.Get(0)
End Sub
Tick the String utils Library in the IDE Libs tab
Put the file in the Files folder under your project.
Then in the main code, for example, access sTest(7)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.