Arduino Forum
Problem getting string to convert to char array
Projects
Programming
wildbill
February 16, 2024, 3:24pm
4
Not this:
char *myString[strlength] ;
But:
char myString[strlength] ;
The difference is the *
show post in topic
Related topics
Topic
Replies
Views
Activity
Convertire un String in char*
Generale
7
10246
May 7, 2021
String to char array
Programming
4
29722
May 5, 2021
How To Convert String to Float
Syntax & Programs
10
33389
May 6, 2021
String to Byte conversion.
Programming
16
4384
May 5, 2021
String object to int?
Syntax & Programs
6
9715
May 6, 2021