Home » U++ Library support » U++ Core » strcpy issue
Re: strcpy issue [message #46738 is a reply to message #46737] |
Thu, 21 July 2016 13:37  |
|
forlano wrote on Thu, 21 July 2016 12:54
String s = "0000000000000000000000";
s[4] = '1';
Is there a way to do it?
This should work:
String s = "0000000000000000000000";
s.Set(4, '1');
Honza
|
|
|
Goto Forum:
Current Time: Fri Jul 18 06:40:05 CEST 2025
Total time taken to generate the page: 0.04606 seconds
|