Re: Way too long, dude.
Re: Way too long, dude.
- Subject: Re: Way too long, dude.
- From: david <email@hidden>
- Date: Sun, 2 Oct 2005 23:30:32 -0400
On Oct 2, 2005, at 11:12 PM, david wrote:
On Oct 2, 2005, at 10:54 PM, Todd Geist wrote:
Hello,
I am getting the following funny Syntax Error
Way too long, dude.
It happens when I try to compile the following...
set the clipboard to «data
XMSS3C64756D6D793E0A093C537465702069643D22373622206E616D653D225365742
0466965
6C642220656E61626C653D2254727565223E0A09093C43616C63756C6174696F6E3E0
A090909
3C215B43444154415B476574202820536372697074526573756C7420295D5D3E0A090
93C2F43
616C63756C6174696F6E3E0A09093C4669656C642069643D223222206E616D653D225
6617269
61626C6520526573756C7422207461626C653D2246696C652041222F3E0A093C2F537
465703E
0A3C2F64756D6D793E0A»
Anybody know a way around this?
try:
return the Clipboard,
the Clipboard,
or
the Clipboard as text
HTH
David in Maine
sorry was going backwards:
note:
set the clipboard to v : Place data on an application’s clipboard.
Use inside a ‘tell’ block and activate the application first
set the clipboard to anything : the data to place on the clipboard
try using quotations:
tell application "Finder"
activate
set the clipboard to "«data
XMSS3C64756D6D793E0A093C537465702069643D22373622206E616D653D225365742046
6965
6C642220656E61626C653D2254727565223E0A09093C43616C63756C6174696F6E3E0A09
0909
3C215B43444154415B476574202820536372697074526573756C7420295D5D3E0A09093C
2F43
616C63756C6174696F6E3E0A09093C4669656C642069643D223222206E616D653D225661
7269
61626C6520526573756C7422207461626C653D2246696C652041222F3E0A093C2F537465
703E
0A3C2F64756D6D793E0A»"
end tell _______________________________________________
Do not post admin requests to the list. They will be ignored.
Applescript-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden