Skip navigation links
Expressively and easily automate your text documents with TExpressive!
Menu
TExpressive
Expressively and easily automate your text documents with TExpressive!

FindSubParam function

Finds the subparameter with the given value under the given parameter.  If no such subparameter could be found, FindSubParam returns no value.  If a subparameter is found FindSubParam returns the parameter path to the found subparameter, relative to the given parameter.

Arguments

Param
The name of the parameter to find the subparameter under.
Value
The value to search for.
IndexType (optional)
What index type to use in the parameter path.  The default is to use index numbers.  Supported options:
  • "number" (index numbers)
  • "name" (index names)
Recurse (optional flag)
Whether to continue searching in any subparameters of the direct subparameters when the direct subparameters do not match themselves.  By default only the direct subparameters are searched.
CaseSensitive (optional flag)
Whether TExpressive should treat upper and lower case letters differently (TExpressive treats them equally by default).