-----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 <http://www.pgp.com>

iQA/AwUBO/OVLK1+myS9SSHxEQJ6BgCgiq19GHZ4DRARst/miA+FWgfkPjIAn1yf
91AYt5fDAUGhJhf3BUlWsrbb
=MRrZ
-----END PGP SIGNATURE-----




-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to