Question
printing updated strings in a model
hello people..
actually i want to display a string..
i did in this way
char buff[10]="hello";
Unicode::snprintf(buffer,10,"%s",buff);
but am not getting anything.....
in the prinf the buffer is i had the textarea from touchgfx that buffer am taking here...
can you sortout my issue
thank you...
