When Unwrap Text is true and Continuous Extract is true

When Continuous Extract is true, the row and column pairs represent the beginning and ending locations of a continuous sequence of text that wraps from line to line if necessary. When you then set Unwrap Text to true, the macro runtime processes the continuous sequence of text as follows:
  • If the field begins outside the sequence and continues into the sequence, then the macro runtime ignores the field.
  • If the field begins inside the sequence and ends inside the sequence, then the macro runtime includes the field's contents in the result.
  • If the field begins inside the sequence and ends outside the sequence, then the macro runtime includes the contents of the entire field (including the part outside the continuous sequence) in the result.