Timeline for Parsing read SD file into 2 variables
Current License: CC BY-SA 4.0
4 events
| when toggle format | what | by | license | comment | |
|---|---|---|---|---|---|
| Apr 22, 2021 at 8:07 | comment | added | s_tatus3 | Thanks! Yeah, I managed to read line by line and today will go deep on strtok(). I update this question when I advance on it. | |
| Apr 21, 2021 at 22:50 | comment | added | chrisl |
You can read the file line by line (surely that is rather easy to find with google). Then you can use strtok() on the resulting c-string (please avoid the String class). Note that strtok alters the c-string. Please try googling for a strtok tutorial and try it out. Maybe that is already what you need. (strtok is a bit difficult to understand at first, but it is a really good way to tokenize a string)
|
|
| Apr 21, 2021 at 13:57 | history | edited | s_tatus3 | CC BY-SA 4.0 |
added 6 characters in body
|
| Apr 21, 2021 at 10:46 | history | asked | s_tatus3 | CC BY-SA 4.0 |