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 <# value #> to random cents from .01 to 1; #>Random Cents: <# value #><br><# end row #>
<# end list #>
Random Cents: 0.59
Random Cents: 0.12
Random Cents: 0.90
Random Cents: 0.79
Random Cents: 0.46