HI there,

Thanks for a fascinating work!
How do I import your script text in a script? Tried pasting it in an untitled 
script editor window but got syntax error.


BTW, any tips for complete beginners to learn how to scripts? I would like to 
start with recording repetitive tasks sequences but would also love to learn 
about it in general so I can see what potential there is for it. 

Lastly could any of you share  a good resource for vo scripts?

Thanks,

Ioana

Please check out my cd on www.ioanagandrabur.com on iTunes and most online 
stores.

On Apr 11, 2012, at 12:40 AM, Yuma Antoine Decaux wrote:

> set thetext to get the clipboard
> tell application "TextEdit"
>       set theindex to every paragraph of front document
>       set thecount to count theindex
>       set thecount to thecount + 1
>       set paragraph thecount of front document to thetext
>       
>       say "pasted to text editor"
> end tell
> 
> 
> Copy it all, paste it into your applescript editor which is 
> /applications/utilitiesapplescript editor
> /

-- 
You received this message because you are subscribed to the Google Groups 
"MacVisionaries" group.
To post to this group, send email to macvisionaries@googlegroups.com.
To unsubscribe from this group, send email to 
macvisionaries+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/macvisionaries?hl=en.

Reply via email to