This may or may not be for the web group,
    Probably not though.  I just created an object that has the following:
    $Object
        Collections -> Files, Form
        $Object->Files
            Properties -> Count, TotalBytes

So I want to be able to call:

    $Object->Files->{Count};

    To get the value of the Count property.  But it doesn't seem to work.
    Any ideas?  Here is some code:

   use Win32::OLE;
   my $mySmartUpload = Win32::OLE->new('AspSmartUpload.SmartUpload');
   $mySmartUpload->UpLoad;
   my $files = $mySmartUpload->Files->{Count};

    $files = 0 or probably undef.

    - Justin Rogers, CEO DigiTec Web Consultants
    [COOP]DigiTec - Half-Life, Q3A, Unreal Tournament



---
You are currently subscribed to perl-win32-users as: [archive@jab.org]
To unsubscribe, forward this message to
         [EMAIL PROTECTED]
For non-automated Mailing List support, send email to  
         [EMAIL PROTECTED]

Reply via email to