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.13
Random Cents: 0.58
Random Cents: 0.57
Random Cents: 0.20



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.