in reply to Win32::OLE Type for VB's "As Single"
I would look into using variants.
use Win32::OLE::Variant; my $number = 1; my $var_number = Variant(VT_R4, $number); $object->GetData($var_number,etc etc)
HTH
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Win32::OLE Type for VB's "As Single"
by guha (Priest) on Jan 20, 2005 at 22:03 UTC |