Difference between revisions of "Parameter expressions"

From CCIL
Jump to: navigation, search
(Created page with "== Reference == You can reference a parameter name by using the ''@'' symbol: <pre> PARSE_CONTENT.input = @xfer </pre> At some point there shpoul be a definition: <pre> # p...")
 
Line 12: Line 12:
 
xfer = xfer
 
xfer = xfer
 
</pre>
 
</pre>
 +
 +
== Links ==
 +
 +
* ''ContextUtils.resolveSettingValue''

Revision as of 13:00, 14 May 2017

Reference

You can reference a parameter name by using the @ symbol:

PARSE_CONTENT.input = @xfer

At some point there shpoul be a definition:

# properties
xfer = xfer

Links

  • ContextUtils.resolveSettingValue