11-30-2018 05:28 AM
Hi,
I need to reverse the position of an String (where its values will be between 0\ to 999\, max 4 characters), for example :
If I have a string control where I write ( 123\ ) , I want to display (\321).
If I write (12\), I want to display (\21).
If I write ( 1\ ), I want to display (\1).
Im trying to use the Rotate String function, but it only rotate like this :
123\ -----> 12\3
12\ -----> 1\2
1\ ------>\1
(I just wired my control to the Rotate function and wired the output to an Indicator)
How can I apply the reversion correctly ?
Kind regards,
11-30-2018 05:32 AM
11-30-2018 07:01 AM
If only it was in the name of the function .....
11-30-2018 07:12 AM
@RavensFan wrote:
If only it was in the name of the function .....
and if only it was right next to the function the OP is already using in the palettes...