• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag
 

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: moving pages in Quark
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


References: 
 >Re: moving pages in Quark (From: Shane Stanley <email@hidden>)

  • Prev by Date: [OS X] applet interfering with logout/shut down
  • Next by Date: Re: Quark ps-file
  • Previous by thread: Re: moving pages in Quark
  • Next by thread: Re: Call a perl script from an AppleScript
  • Index(es):
    • Date
    • Thread