web_text


The web_text html script command collects characters from the next ">" (end of HTML tag) that follows the current highlighted position up to the following "<" (start of next HTML tag). The collected text is added as value to the last line in the object / value table on the message content panel.

Syntax: web_text collect text from end of next tag to start of the following tag

It is functionally equivalent to a find ">" followed by a text_upto "<"

find > advance to end of tag
text_upto < collect text up to start of following tag


© 2014 ComroeStudios LLC. All Rights Reserved.