How to create a function that have a single parameter that contains an article with spin syntax, e.g.:
$param = "{This|This particular|This kind of|This specific|That} {is one of the|is among the|is probably the|is just about the|is amongst the} {sentences|phrases|content|essay sentences|paragraphs} {in the|within the|inside the|inside|from the} {article|post|write-up|content|document} {with|along with|together with|using|having} {spin|rewrite|spin and rewrite|whirl|rotate} {syntax|format}."
And the function that I want to create is such like this:
$return = spinSyntax($param)
Which will return a random spun article that's stored in the variable $param , in every call such like this:
This is one of the paragraphs inside post with spin format.
This topic will be one of the important information here in the AutoIt library if it contain a right solution. Please help..