This AppleScript will place the text between the quotes onto your Clipboard. The script functions on OS 9.2.1 but I don't think it will work on OS 8.6 or lower.
<BLOCKQUOTE><font size="1"face="Geneva, Verdana, Arial">code:</font><HR><pre><font size=1 face=courier>tell application <font color = red>"Finder"</font>
activate
set the clipboard to <font color = red><font color = red>"Daily Bruin UCLA Newspaper <font color = blue>183</font> Main St."</font></font>
end tell</font>[/code]
Tom
[ 11-21-2001: Message edited by: Tom_O ]