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 Chartreuse
Color is LightPink... Random Color is Ivory
Color is HotPink... Random Color is PaleTurquoise
Color is DeepPink... Random Color is Turquoise
Color is PaleVioletRed... Random Color is LightSlateGray