zenox98 what the function of >> int(random(5)+1 <<
can you describe it please?
System -> Set Value -> your variable, round(random(1,yourlayoutcount))
Xenovia what the meaning of yourlayoutcount ??
[quote:mr6cgc34]int(x) - Convert the float or text x to an integer (whole number).
Then, random(5)+1 will add 1 or 5 number to "Layout" string, but that's not working, " " is missed, the correct string is
Go to Layout (by name) > "Layout"&" "&floor(random(0,6))
or
Go to Layout (by name) > "Layout"&" "&int(random(5)+1)