Find/Select
Jeremy Tice
jetpacmonkey at gmail.com
Mon Apr 28 18:21:06 PDT 2008
Oh, I didn't know that you could do that with the empty chevrons.
That probably is the best method, then.
As a side note, if you did want to use the method I said before
without losing the contents of the clipboard, then adding:
local oldclip
oldclip=clipboard()
to the beginning of the procedure and:
clipboard()=oldclip
to the end of it would have that effect. Again, though, Jay
Schille's method would be simpler and better in general.
More information about the Qna
mailing list