nullop
13 years agoOccasional Contributor
Making sequence numbers
I have not found out how to do this functionality: myNum starts as 1. <myTag> <option>${DataGen#myNum}</option> // should put 1 in here <option>${DataGen#myNum }</option> // should put 2 in here...