Hello and happy new year to everybody! :-D
I want to convert a variable to a string and I don't know how can I do that.
For example, if I want to convert 56.3256 to a string like this --> [5,6,3,2,5,6] what should I do?
And how can I know where is the point when I transform it?
Than you very much!