set Value
Updates the value of this item to be the result of the indicated string formatting operation.
Return
the receiver
Parameters
the format of the data, note this will call a BunyipsLib function to format the string
the arguments associated with the format
See also
Updates the value of this item to be the result of applying Object.toString to the indicated object.
Return
the receiver
Parameters
the object to which Object.toString should be applied
See also
Updates the value of this item to be the indicated value producer. This will override any HTML formatting applied to the item as it is also a value producer.
Return
the receiver
Parameters
an object that produces values to be rendered.
See also
Updates the value of this item to be the indicated value producer. This will override any HTML formatting applied to the item as it is also a value producer.
Return
the receiver
Parameters
this string used to format values produced
an object that produces values to be rendered.