<function moreinfo="none">pv_var_to_xavp(varname, xname)</function>
</title>
<para>
- Copy script variables values to a xavp.
+ Copy the script variable value into an xavp.
</para>
<para>
- First parameter can be '*' in order to copy all script variables. Second parameter is the name of the destination xavp. If xavp already exists it will be reset first.
+ First parameter can be '*' in order to copy all script variables.
+ Second parameter is the name of the destination xavp.
+ If xavp already exists it will be reset first.
+ </para>
+ <para>
+ Both parameters can contain variables that are evaluated at
+ runtime.
</para>
<para>
Function can be used from ANY_ROUTE.
<function moreinfo="none">pv_xavp_to_var(xname)</function>
</title>
<para>
- Copy xavp values to vars. Reverse of pv_var_to_xavp().
+ Copy xavp values into vars. Reverse of pv_var_to_xavp().
+ </para>
+ <para>
+ Both parameters can contain variables that are evaluated at
+ runtime.
</para>
<para>
Function can be used from ANY_ROUTE.