Skip to content

MetaScript functions

Jip Claassens edited this page Jul 6, 2026 · 3 revisions

Metascript functions are used to generate script (like for_each) or request information on tree items like SubItem_PropValues

  • for_each_ind - generate a set of items for each element of a domain, new variant
  • for_each - generate a set of items for each element of a domain
  • loop - instantiate a template until a stop condition is met
  • SubItem_PropValues - a domain unit with a string attribute containing the property values of the direct subitems
  • Inherited_PropValues - a domain unit with a string attribute containing the property values of the direct subitems of the item argument and of all referred items in the namespace.
  • SubTree_PropValues - a domain unit with a string attribute containing the property values of all subitems

Clone this wiki locally