B4X:
Sub SaveData(Items() As String)
Dim su As StringUtils
Dim rows As List = Array (Items)
su.SaveCSV(File.DirRootExternal, "data.txt", ",", rows)
End Sub
Can anyone tell me why is my file not saving in a csv form? I can't find it in the external files.