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 Purple
Color is LightPink... Random Color is MediumBlue
Color is HotPink... Random Color is Ivory
Color is DeepPink... Random Color is DarkRed
Color is PaleVioletRed... Random Color is LightSlateGray