Page 1 of 1

Converting to string

Posted: Mon May 29, 2023 11:37 pm
by Sergejs
How to convert Unsigned Long to String variable?

Re: Converting to string

Posted: Mon May 29, 2023 11:57 pm
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

Re: Converting to string

Posted: Tue May 30, 2023 11:14 am
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!