<?xml version="1.0" encoding="windows-1252"?>
<node id="423808" title="Re^2: Win32::OLE Type for VB's &quot;As Single&quot;" created="2005-01-20 17:03:06" updated="2005-08-13 14:11:20">
<type id="11">
note</type>
<author id="111406">
guha</author>
<data>
<field name="doctext">
&lt;p&gt;Shame on me not reading the OP properly!!&lt;/P&gt;

&lt;code&gt;
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-&gt;GetData($number,$prices,$others);

&lt;/code&gt;

If this does not work I would try to "OR" the by_reference constant for the array statements like 
&lt;code&gt;
Variant(VT_R4 | VT_ARRAY | VT_BYREF, [1,5], 1); 
&lt;/code&gt;

&lt;p&gt;I have no possibility to test this myself, so please regard this as the shot in the dark it is. But since you don't seem to have reached a working solution, I offer you this straw....
&lt;/P&gt;
</field>
<field name="root_node">
423708</field>
<field name="parent_node">
423719</field>
</data>
</node>
