Question:
How can I convert a number into string?
Solution:
To do so, use the Global Manager’s Str() function.
Example of script:
// Str(Value,size,prec)
TagReceiveValue = Str(30.95,6,2)