Matthieu Berthomé
unread,Dec 7, 2011, 5:13:01 AM12/7/11Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to tas...@googlegroups.com
To get a "random" result you can use the "Variable Randomize" action, and arrays:
VariableRandomize %index, min 1 max 5
Variable Set %smsarray To [text of the message 1;text of the message 2;text of the message 3;text of the message 4;text of the message 5 ]
Variable Split %smsarray , Separator ;
Variable Set message To %smsarray(%index)
Send SMS with the text %smsarray(%index)
Hope it helps !
Cheers