On 2006-06-16, at 19:16 EDT, max at openlaszlo.org wrote: > - if ( 'resource' in args ){ > + if (args['resource'] ){ This looks like an idiom it will be important for the rest of us to understand. Can you explain the significance?