2021-04-25 06:13 AM
Hi
I'm trying to print the integer by using utoa and wildcard but the numbers are not displayed and the field is blank
Please let me know what can I do
2021-04-25 07:50 AM
Is the problem with utoa() not generating the string, or the inability to display a correct string?
2021-04-25 08:16 AM
It is not printing anything i think its problem with utoa()
it is how I have used utoa() function
Unicode::utoa(FrequencyStruct.period, mBuf, 4, 10);
periodValueTxt.setWildcard(mBuf);
2021-04-25 08:56 AM
>>It is not printing anything i think its problem with utoa()
Perhaps use a debugger and make an actual determination.
Is the buffer deep enough to hold potential outputs with NUL termination?