hey guys, so… im embarrassed to even post what i have so far, but…
tell application "Adobe Illustrator"
set mydoc to current document
set selectedobjects to selection of mydoc
set bananas to count of text frames of selection of mydoc
repeat with current_text_frame from 1 to bananas
set whatitis to (contents of text frame text_frame) as text
display dialog whatitis
.......
end repeat
end tell
i havent even finished it because im at a road block. what id really like to do is specify an area, and have a prompt come up for each text box within that area that tells me what’s currently there and asks what to replace it with. a sort of quick and dirty template editor.
what id settle for is selecting an area manually and going from there.
any help would be much appreciated.
thanks,
jordan