H Herbert Souza Member Licensed User Longtime User Jul 1, 2015 #1 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: Jul 1, 2015
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
Erel B4X founder Staff member Licensed User Longtime User Jul 2, 2015 #2 Can you post the code that adds data to DadosData? Upvote 0