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: Mon Jan 19 13:46:01 CET 2026
Total time taken to generate the page: 0.15103 seconds
|