Variable as integer

Parent Previous Next

The general format of the compound template statement is as below:


<%AAA,BBB,CCC,Variables%>



The format of the compound template 'Variables' are as below:


<%AAA,BBB,CCC,VVV,WWW,XXX,YYY,ZZZ%>



The variable portion must be repeated according to the number of variables defined by CCC.


Please have a look at the example files provided as part of the installation as these show practical use of the available features.

Integer Variable Examples


Example 1, Repeat a template 47 times while incrementing 1 variables:


<%T:TemplateToRepeat,47,1,<<IncVar>>,1,2,3,-1%>



Example 2, Repeat a template <<RepeatCount>> times while incrementing 1 variables:


<%T:TemplateToRepeat,<<RepeatCount>>,1,<<PortNum>>,1,2,3,-1%>



Example 3, Repeat a template 47 times while incrementing 1 variables:


<%T:TemplateToRepeat,<<RepeatCount>>,1,<<PortNum>>,<<VarStart>>,<<VarIncVal>>,<<VarIncInt>>,<<ResetVal>>%>