Converting to string
-
Sergejs
- Posts: 150
- http://meble-kuchenne.info.pl
- Joined: Tue Oct 19, 2021 9:31 am
- Has thanked: 75 times
- Been thanked: 5 times
-
chipfryer27
- Valued Contributor
- Posts: 1759
- Joined: Thu Dec 03, 2020 10:57 am
- Has thanked: 388 times
- Been thanked: 598 times
Re: Converting to string
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
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 255 times
Re: Converting to string
Many thanks! Best wishes!chipfryer27 wrote: ↑Mon May 29, 2023 11:57 pmHi
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