Set Local Variable to Random Value in Row Template
This page demonstrates setting and injecting Hashtag Variables using random values.
Processing this Hashtag Markup:
<# start list for colors;
limit 5;
#>
<# start row #>
<# set <# random #> to random colors.name; #>
Color is <# name #>... Random Color is <# random #><br>
<# end row #>
<# end list #>
Color is Pink... Random Color is BurlyWood
Color is LightPink... Random Color is LightCoral
Color is HotPink... Random Color is DarkSlateGray
Color is DeepPink... Random Color is Chocolate
Color is PaleVioletRed... Random Color is Turquoise