Posted on August 08, 2014 at 11:41
Hi community,
I am having trouble using the sprintf function to convert a variable into a string. It compiles just fine if I do
char string[11];
sprintf(string, ''23''); And I can see the ...
Posted on August 08, 2014 at 17:25Hello Erwan, it compiles and sprintf seems to work like it should, afer a quick test. Thank you very much for the quick help! Best regards Henrik