I'm trying to pass URLs using the comma trick to an applescript action, but 
nothing seems to be passed when I log the variable, although its class is 
logged as text. This does work with a single object though. QS b4006.

*using terms from* *application* "Quıcĸsıɩⅴεʀ"

 *on* *get direct types*

*return* {"NSStringPboardType", "Apple URL pasteboard type"}

*end* *get direct types*

 *on* *get indirect types*

*return* {"NSFilenamesPboardType", "NSStringPboardType"}

*end* *get indirect types*

 *on* *get argument count*

*return* 2

*end* *get argument count*

 *on* *process text* theURLs with theFiles

 *do shell script* "logger -t 'AS DEBUG' theURLs are " & *class* *of* 
theURLs as *string*

*do shell script* "logger -t 'AS DEBUG' theFiles are " & *class* *of* 
theFiles as *string*

*do shell script* "logger -t 'AS DEBUG' theURLs content is " & quoted form 
*of* theURLs

 *set* var *to* theURLs

*set* myFile *to* *open for access* (*path to* desktop as *text*) & 
"as_debug.txt" *with* write permission

*write* var to myFile

*close access* myFile

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to