Help for this page

Select Code to Download


  1. or download this
    Public Function returnScriptingObj1() As Object 
    
    ...
        Set returnScriptingObj1 = tot 
        'returnScriptingObj1 = tot 
    End Function
    
  2. or download this
    my $newObj = Win32::OLE->new("TestArray.PArray");
    my $resultsArray; #= Variant(VT_BYREF, Variant(VT_EMPTY));
    $resultsArray = $newObj->returnScriptingObj1();
    print Dumper($resultsArray);<br>
    
  3. or download this
    $VAR1 = bless( {
                     'Item' => undef,
                     'Count' => 3,
                     'CompareMode' => 0
                   }, 'Win32::OLE' );