Ok I have three variable stringlists
phrasea
phraseb
phrasec
Each stringlist has about 20 or so lines
kinda like the random phrase thing in this forum somwhere....
%concat( %item( @phraseA, %random( 1, %numitems( @phraseA))), " ", %item( @phraseB, %random( 1, %numitems( @phraseB))), " ", %item( @phraseC, %random( 1, %numitems( @phraseC))))
Is there any way to make it say every possible combination without duplicating any