> no amount of scriptexecutionstyle = 9 was able to 
> convince it to deal with my D9 MIAW syntax.

What syntax are you referring to? The scriptExecutionStyle property only
affects the behavior of the window() function itself:


scriptExecutionStyle = 9:
If you provide a name to the window function and no window of that name
exists, then a new window object is created and a reference to that window
is returned. 

scriptExecutionStyle = 10:
If you provide a name to the window function and no window of that name
exists, then a VOID value is returned.

in both cases:
If you provide a name to the window function and a window of that name
exists then a reference to that window object is returned.


Other than that this property has no other affect on MIAW related code, it
only affects the top-level function as described. Does that mesh with your
experience or are you seeing something different?

________________________________________

Tom Higgins : Product Manager - Director
http://www.markme.com/thiggins/
________________________________________ 
[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email [EMAIL 
PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping 
with programming Lingo.  Thanks!]

Reply via email to