From Int to String

For Flowcode users to discuss projects, flowcharts, and any other issues related to Flowcode 8.

Moderator: Benj

Post Reply
Monaga
Posts: 9
Joined: Tue Dec 08, 2020 6:42 pm

From Int to String

Post by Monaga »

Hi


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

Thank you

medelec35
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

Post 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)
Martin

Monaga
Posts: 9
Joined: Tue Dec 08, 2020 6:42 pm

Re: From Int to String

Post by Monaga »

the available functions, ToString $ (), is it correct?

Thanks

medelec35
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

Post 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.
Martin

Post Reply