get-text in snip%
Gets the text representation for this snip.
(-> stringsenda-snipget-textoffsetnumflattened?)
offset: exact non-negative integer
num: exact non-negative integer
flattened?=#f: booleanReturns the text for this snip starting with the position
offsetwithin the snip, and continuing for a total length ofnumitems. Ifoffsetis greater than the snip's count, then""is returned. Ifnumis greater than the snip's count minus the offset, then text from the offset to the end of the snip is returned.If
flattened?is not#f, then flattened text is returned. See Getting Text for a discussion of flattened vs. non-flattened text.