Forum Discussion

nullop's avatar
nullop
Occasional Contributor
13 years ago

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...