| Did you know ... | Search Documentation: |
| text_buffer<-scan |
->forward_word,
editor->transpose_terms,
etc. Arguments:
from Index to start scanning unit Unit to scan for times Number of units to skip (<0: backwards) return start: start of unit, end: end of unit
For example,
get(TextBuffer, scan, 200, word, 2, start, Index)
will scan two words from index 200 and return the start of the 2nd word.
The definitions of the units is determined by the associated text_buffer<-syntax.
See also text_buffer<-matching_bracket.