Re: [PHP-WIN] Excel not closing after using it via COM

2002-04-27 Thread Harald Radi
> Is temporary-object behaviour supposed to happen > in cases like $obj->another->func(), or is this > an unintended side-effect of something else? no side effect, happens each time you dereference more than one member. $obj->foo->bar->func(); will therefore create two temp objects. > > Does P

[PHP-WIN] Re: strings chopped in half using COM objects

2001-11-15 Thread Harald Radi
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > eg., $word->Tasks->Item[$i] in this snip: either use $word->Tasks[$i] or $word->Tasks->Item($i) Item() is a getter method and not a property. harald. -BEGIN PGP SIGNATURE- Version: PGPfreeware 7.0.3 for non-commercial use