Jevakil
Mechanical
- Mar 19, 2003
- 41
I have a VARIANT of type SafeArray containing three longs. I have a varaibale m_Data (3) of type Long. How can I pass the data from Variant to m_Data.
Dim m_Var As Variant
Dim m_Data (3) As Long
How do you put the m_Var data into m_Data in VB?.
jevakil@mapdi.com
One nuclear bomb can ruin your whole day.
Dim m_Var As Variant
Dim m_Data (3) As Long
How do you put the m_Var data into m_Data in VB?.
jevakil@mapdi.com
One nuclear bomb can ruin your whole day.