Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt
hiddentrue

jumpTo(attribute) Used in a stream, will jump directly to the attribute named skipping any intermediate attributes.

Function: jumpTo()

jumpTo() can only be used within a Stream Attribute Expression. Whenever jumpTo() is called, processing jumps immediately to the Stream Attribute which is provided as the argument to this function. The value of the Stream Attribute that you are jumping from, and all the Stream Attributes jumped over, are set to _NULL and any cached values of these attributes are not updated.

...