move/copy-to-edit in text:basic<%>
This moves or copies text and snips to another edit.
(-> voidsenda-text:basicmove/copy-to-editdest-textstartenddest-pos)
dest-text: (instancetext%)
start: exact-integer
end: exact-integer
dest-pos: exact-integerMoves or copies from the edit starting at
startand ending atend. It puts the copied text and snips indest-textstarting at locationdest-pos.If a snip refused to be moved, it will be copied, otherwise it will be moved. A snip may refuse to be moved by returning
#ffromrelease-from-owner.