George Rudolph wrote:
I am having trouble figuring out how to invoke a parameterized script
using the Explorer object.
...
For example, invoking

  {Explorer.object option(search search:5 information:25 failed:true)}

   {Explorer.object script {Design V}}

and

  {Explorer.object option(search search:5 information:25 failed:true)}

   {Explorer.object script Design V}

George, you forgot parentheses after 'script'. Explorer.object is an object that is called with one parameter, a method, which is a record. The following should work:

   {Explorer.object script({Design V})}

Cheers,
raph
_________________________________________________________________________________
mozart-users mailing list                               
[email protected]
http://www.mozart-oz.org/mailman/listinfo/mozart-users

Reply via email to