Converting to string
-
- Posts: 149
- http://meble-kuchenne.info.pl
- Joined: Tue Oct 19, 2021 9:31 am
- Has thanked: 75 times
- Been thanked: 5 times
-
- Valued Contributor
- Posts: 1688
- Joined: Thu Dec 03, 2020 10:57 am
- Has thanked: 374 times
- Been thanked: 583 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 248 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