Page 1 of 1

From Int to String

Posted: Tue Dec 08, 2020 6:47 pm
by Monaga
Hi


Is it possible to convert 1 variable from Int to String?

Thank you

Re: From Int to String

Posted: Tue Dec 08, 2020 9:35 pm
by medelec35
Hi Monaga,
When using a calculation box, select f$ icon at the top right of the box.
They are the string manipulation functions
One of the functions is Interger ToString (IntToString)

Re: From Int to String

Posted: Tue Dec 08, 2020 10:56 pm
by Monaga
the available functions, ToString $ (), is it correct?

Thanks

Re: From Int to String

Posted: Wed Dec 09, 2020 12:27 am
by medelec35
Monaga wrote:
Tue Dec 08, 2020 10:56 pm
the available functions, ToString $ (), is it correct?
Yes, that's the function that will convert int to a string.
There is an example in the link I posted.