Android Question FILE FORMAT .TXT

Herbert Souza

Member
Licensed User
Longtime User
Hello


I process some data, and print on a map, and saved it in a .txt file, but it comes with a strange formatting, how do I print a text file, the same data that are printed on the map?

I SAVED MY TEXT OF THIS FORM:

B4X:
      File.WriteMAP(File.DirRootExternal, "Resultadodoocr.txt", DadosData)
But the .txt file comes with height, width and the date, I need only the visual information printed on the map
 
Last edited:
Top