Posts by william • 61 points
1 post
-
6
votes3
answers497
viewsQ: Separation of string text into an array
I need a way to separate a string like the following: "0.1253729 09863637 02937382 029828020" I want to remove each of the information and store in one array. Obs: I’m reading from file .txt.…