in reply to Re^4: parsing Win32::OLE::Variant
in thread parsing Win32::OLE::Variant
Because collections are the usual datatype to pass around list. I think they use the ICollection interface and possibly can also be accessed through the string dispatch methods.
I still wonder how you failed to notice the Overloading section in Win32::OLE, but maybe we have different notions of what "a good read through" means.
Maybe if you can show us some VB code, we can give you more ideas of what to try to replicate the same behaviour in Perl. My approach is to open up Excel, press Alt-F11 to launch the VB environment, then add the OLE object I want from the menu under Tools\References, and then press F2 to browse the object model of said OLE object. This is usually available even when the documentation is bad. But maybe you want to use a different approach.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^6: parsing Win32::OLE::Variant
by kevind0718 (Scribe) on Sep 26, 2008 at 22:25 UTC | |
by Corion (Patriarch) on Sep 27, 2008 at 06:07 UTC | |
by kevind0718 (Scribe) on Sep 29, 2008 at 21:48 UTC | |
by Corion (Patriarch) on Sep 30, 2008 at 05:48 UTC |