Do forgive, I must be blind if this is actually in the documentation. I am extracting an item from a CSV file - a string to be precise. When it comes into eggPlant, it looks as so:
“LORD!”
I want to try and reverse the order of characters to that it looks like this:
“!DROL”
Is there anyway this might be possible? I attempted using the reverse order command but I’m hitting walls there.
Any help welcome!