How to address a table row in Quark?
How to address a table row in Quark?
- Subject: How to address a table row in Quark?
- From: john mead <email@hidden>
- Date: Mon, 8 Jul 2002 16:45:40 -0700 (PDT)
Hi - I'm new to scripting Quark tables and want to
know how to address particular cells within a table
row. When I run the following script on a 3x3 empty
table, row 1, cell 2 is populated, but I can't seem to
get any other rows (like 2 and 3) to populate their
cells.... so the "of table row 2" seems to be going
ignored. Anyone know what I'm doing wrong here?
Thanks Much
(Quark 5)
tell application "QuarkXPress"
tell document 1
tell table box 1
tell text cell 2 of table row 2
set story 1 of it to "this bites...."
end tell
end tell
end tell
end tell
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.