Hi
Is it possible to convert 1 variable from Int to String?
Thank you
From Int to String
Moderator: Benj
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: From Int to String
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)
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)
Martin
-
- Matrix Staff
- Posts: 9521
- Joined: Sat May 05, 2007 2:27 pm
- Location: Northamptonshire, UK
- Has thanked: 2585 times
- Been thanked: 3815 times
Re: From Int to String
Yes, that's the function that will convert int to a string.
There is an example in the link I posted.
Martin