Compiler instruction

Just starting out? Need help? Post your questions and find answers here.
Wolfram
Enthusiast
Enthusiast
Posts: 568
Joined: Thu May 30, 2013 4:39 pm

Compiler instruction

Post by Wolfram »

Hello,

is there a way to compile a string reversed?
I don want to use ReversString(), it would be great to have it directly as reversed string.

For example to get "CBA" from #String
#String = "ABC"
macOS Catalina 10.15.7
User avatar
Tenaja
Addict
Addict
Posts: 1949
Joined: Tue Nov 09, 2010 10:15 pm

Re: Compiler instruction

Post by Tenaja »

No, but you can easily make a plugin that will reverse the string and add a comment showing the original. You will probably find one if you search the forum. (This is a common ask.)
Post Reply