Scott-

Saturday, May 15, 2010, 9:58:47 AM, you wrote:

> The other thing to do is to make sure the line has no "into".

...as in (untested, but you get the idea)

put yourScript into someVariable
filter someVariable with "put*"
filter someVariable without "*into*"

repeat for each line tLine in someVariable
  put lineOffset(tLine, yourScript) into tPos
  if tPos is not 0 then
    delete line tPos of yourScript
  end if
end repeat

-- 
-Mark Wieder
 mwie...@ahsoftware.net

_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to