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.71
Random Cents: 0.74
Random Cents: 0.11
Random Cents: 0.44
Random Cents: 0.65