I'm an occasional user of Runrev being a PHP programmer by trade, but I've been using a PHP routine for a while now that seems to lend itself perfectly to RunRev, but I've no idea how to start at it.
I've been using a function that goes through a bunch of text that has been pre formatted like this:
Code: Select all
{Greetings|Hello} and welcome to the {most adventurous|greatest} show you will ever see {in the world|on this good earth|in the universe}!
What the routine does is when it meets a set of curly brackets, it takes one of the phrases (seperated with the '|') and uses it, discarding the other. So, from the above phrase, multiple unique phrases can be generated.
Is this easy enough to do in RunRev?