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.61
Random Cents: 0.39
Random Cents: 0.60
Random Cents: 0.08
Random Cents: 0.72



The Hashtag Markup Language provides List Templates to process a series of Records.  

The examples in this section cover the various List Directives, and demonstrate the capabilities of Hashtag Markup in List Templates.