Hi all
may be I did not look for it very well, but I'm missing something.
I use number like 100k and more, both in input mode, than using for counting, than show results and change them. I found str_GetD(..) to have the number from a string, *_3232(..) to add subtract etc, . What I miss is to have the string from the number (the opposite of str_GetD()) in order to let the user change it.
str_Printf(&n, "%ld") would do the job if just it worked with to(..) function
Is there the needed function? Or how to work around it?
Thanks
Alessandro
may be I did not look for it very well, but I'm missing something.
I use number like 100k and more, both in input mode, than using for counting, than show results and change them. I found str_GetD(..) to have the number from a string, *_3232(..) to add subtract etc, . What I miss is to have the string from the number (the opposite of str_GetD()) in order to let the user change it.
str_Printf(&n, "%ld") would do the job if just it worked with to(..) function
Is there the needed function? Or how to work around it?
Thanks
Alessandro
Comment