Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^2: Win32::OLE Type for VB's "As Single"

by guha (Priest)
on Jan 20, 2005 at 22:03 UTC ( [id://423808]=note: print w/replies, xml ) Need Help??

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);
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://423808]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-26 08:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found