User Tools

Site Tools


wiki:en:ppedit

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
wiki:en:ppedit [2019/10/11 13:33]
admin [FAQ]
wiki:en:ppedit [2019/10/11 13:33]
admin [REPETITIONS (LOOPS)]
Line 279: Line 279:
 If we want a pair of brackets to be repeated controlled by a parameter we write: If we want a pair of brackets to be repeated controlled by a parameter we write:
  
-<parameter>  *()+''%%<parameter>  *()%%''
  
 which means that the contents of the brackets will be repeated as many times as the contents of the parameter. which means that the contents of the brackets will be repeated as many times as the contents of the parameter.
Line 285: Line 285:
 Instead of the name of a parameter we can write a calculation, a variable or an integer between the < and > signs. These will be created in the same way as a parameter of the post processor. See example below! Instead of the name of a parameter we can write a calculation, a variable or an integer between the < and > signs. These will be created in the same way as a parameter of the post processor. See example below!
  
-''<10> \\ +''%%<10> %%'' \\ 
-<5+toolnr> \\ +''%%<5+toolnr> %%'' \\ 
-<V1> \\ +''%%<V1> %%'' \\ 
-<V1+toolnr> '' \\+''%%<V1+toolnr> %%'' \\
  
 ==== Example ==== ==== Example ====
wiki/en/ppedit.txt · Last modified: 2019/10/11 13:33 by admin