Quark5 (on os x) problem parsing bounds
Quark5 (on os x) problem parsing bounds
- Subject: Quark5 (on os x) problem parsing bounds
- From: john mead <email@hidden>
- Date: Tue, 23 Jul 2002 19:59:59 -0700 (PDT)
Given this script:
tell application "QuarkXPress"
activate
tell document 1
set myTextBox to make text box at beginning
tell myTextBox
set bounds to {"3p0", "3p0", "5p0", "48p0"}
get bounds
end tell
end tell
end tell
The "get bounds" command returns something like this:
+data FRMS0024000000240000003C000002400000;
...in the script editors results window.
My qestion is, what is this data object and how can I
parse it? Is this just something going haywire in os x
perhaps?
Thanks
Yahoo! Health - Feel better, live better
http://health.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.