Text operations?
Is there a guide to string/text operations somewhere? I searched the cookbook but didn't find anything.
I'm trying to use @tshirtbooth 's dictionary actor in a project, but it's always coming up as not a valid word for some odd reason. I'm sure this is because of something I've changed, but I can't find any documentation on how you handle strings in GS.
I'm trying to use @tshirtbooth 's dictionary actor in a project, but it's always coming up as not a valid word for some odd reason. I'm sure this is because of something I've changed, but I can't find any documentation on how you handle strings in GS.
Best Answer
-
EatingMyHat Posts: 1,246
Basically there is not much more than concatenation and rules.
Post your rule and will try to help.
GS really need some Upcase, Lowcase, Left, Right, Mid type of functions...
Answers
I was using upper case letters. It's going to be painful to fix it in my other actors, but at least I know what it's not working.
I agree with @EatingMyHat !