Re: moving pages in Quark
Re: moving pages in Quark
- Subject: Re: moving pages in Quark
- From: Paul Skinner <email@hidden>
- Date: Tue, 12 Jun 2001 00:52:11 -0400
try
{"a", "b", "c"} as date
on error message
message -->"Can't make {\"a\", \"b\", \"c\"} into a date."
set theListTextStart to the offset of "{" in message
-->12 when stepped. 0 when run.
set theListTextEnd to the offset of "}" in message
-->26 when stepped. 0 when run.
return {theListTextStart, theListTextEnd}
--{12, 26} when stepped. {0, 0} when run.
end try
Why is there a discrepancy in the results of this script when stepped in
Scripter and when it is run? And don't automatically point at Scripter, SE
returns {0,0}. Why?
--
Paul Skinner