Converting to string

For general Flowcode discussion that does not belong in the other sections.
Post Reply
Sergejs
Posts: 149
http://meble-kuchenne.info.pl
Joined: Tue Oct 19, 2021 9:31 am
Has thanked: 75 times
Been thanked: 5 times

Converting to string

Post by Sergejs »

How to convert Unsigned Long to String variable?

chipfryer27
Valued Contributor
Posts: 1687
Joined: Thu Dec 03, 2020 10:57 am
Has thanked: 374 times
Been thanked: 583 times

Re: Converting to string

Post by chipfryer27 »

Hi

In a calculation box use the ToString$ () function.

I've attached a couple of examples. If you step through and look at the variables x/y/z you will see them become string$ x1/y1/z1

Regards
Attachments
Example.fcfx
(8.81 KiB) Downloaded 248 times

Sergejs
Posts: 149
Joined: Tue Oct 19, 2021 9:31 am
Has thanked: 75 times
Been thanked: 5 times

Re: Converting to string

Post by Sergejs »

chipfryer27 wrote:
Mon May 29, 2023 11:57 pm
Hi

In a calculation box use the ToString$ () function.

I've attached a couple of examples. If you step through and look at the variables x/y/z you will see them become string$ x1/y1/z1

Regards
Many thanks! Best wishes!

Post Reply