dynamic variable and calculation

This commit is contained in:
2020-10-04 15:11:44 +02:00
parent 5b3d57812e
commit 02f9e5091e
67 changed files with 553 additions and 36 deletions

View File

@ -0,0 +1,25 @@
<?xml version="1.0" encoding="utf-8"?>
<rougail>
<variables>
<family name='general'>
<variable name='varname' type='string' description="No change" multi="True">
<value>val1</value>
<value>val2</value>
</variable>
</family>
<family name='dyn' dynamic="varname">
<variable name='vardyn' type='string' description="No change">
<value>val</value>
</variable>
</family>
<family name='new'>
<variable name='newvar' type='string' description="No change"/>
</family>
</variables>
<constraints>
<fill name="calc_val" target="vardynval1">
<param type="variable">newvar</param>
</fill>
</constraints>
</rougail>