Engine evaluation changed?

Richard Gaskin ambassador at fourthworld.com
Thu Apr 24 19:56:19 EDT 2008


Many years ago this script worked:

   if there is a folder AppPath()&"media/" then

Now it only works if I'm more explicit about the path concatenation:

   if there is a folder (AppPath()&"media/") then

I can understand why the engine prefers the params, but I don't 
understand how it changed, or exactly when.

Have any of you seen changes to the order of precedence in expression 
evaluation?

-- 
  Richard Gaskin
  Fourth World Media Corporation
  ___________________________________________________________
  Ambassador at FourthWorld.com       http://www.FourthWorld.com



More information about the use-livecode mailing list