The Item: FormatDefinitionFormat is an item which implements string manipulation. This item has no input, no output and no mask. It has only parameters and one output result. The number of parameters is specified during the creation of the item. PropertiesParametersThe parameters are named respectively:
ExpressionAvailable string manipulation expressions are:
Examples"foo" quote("foo") quote("foo"+$0) Result valueThe output result is a new string. See alsoGo to the reference manual |