XPress: error checking snip slows script
XPress: error checking snip slows script
- Subject: XPress: error checking snip slows script
- From: Michael Turner <email@hidden>
- Date: Wed, 13 Jun 2001 11:09:56 -0400
Hello,
This snip slows down my script. Why?
(*
if selection /= null then
set currentSelection to current box
else
display dialog "No selection, try again."
return
end if
*)
/Michael