Help for this page

Select Code to Download


  1. or download this
    my $number = Variant(VT_I4, 1);;
    my $prices = Variant(VT_R4 | VT_ARRAY, [1,10], 1); # Index 0 .. 9
    my $others = Variant(VT_R4 | VT_ARRAY, [1,5], 1); # Index 0 .. 4
    my $returnValue = $object->GetData($number,$prices,$others);
    
  2. or download this
    Variant(VT_R4 | VT_ARRAY | VT_BYREF, [1,5], 1);