Hello,
How to convert a floating type number to string like 123.111 to "123.111" while doing string manupulations?
The functions like concat ---Concatenates strings, symbols, or integers into a single symbol only--- but not floating numbers.
Is there any workaround to get the String of floating number?
Pawan