Recursive substitution in source variables

Previous Next

Source variables support recursive substitution. In the input value of a source variable, you can use a placeholder that references a different source variable. This placeholder is automatically expanded using the value of the referenced variable:

Variable

Input value

Value

${product_version}

3.5

3.5

${product_name}

XProduct ${product_version}

XProduct 3.5

 

See also

Source variables