Arduino Forum
When is a char array not a char array....?
Projects
Programming
killzone_kid
September 21, 2021, 10:39am
9
if (tempStr[ptr] == '\n')
{
tempStr[ptr] = '\0';
Are you sure the ending is \n and not \r\n?
show post in topic
Related topics
Topic
Replies
Views
Activity
data converting/parsing help char* to char
Programming
10
3540
May 5, 2021
testing the contents of a char array
Programming
5
7151
May 5, 2021
Comparing with char array
Programming
3
1099
May 5, 2021
Char array comparison problem help needed
Programming
9
4503
May 5, 2021
string comparison
Syntax & Programs
4
1631
May 6, 2021