How to pass keyvalues along with their values into function as an array?
ex:
I want pass the informatin

integer: Int1
string: Str1
long: Lng1
variant : Var1
integer: Int2
string: Str2
long: Lng2
variant : Var2
to a function fun1( Var as variant)

where var(0) should be of type integer and its value is Int1
var(1) should be of type integer and its value is Str1
var(2) should be of type long and its value is Lng1
var(3) should be of type variant and its value is Var1
....and so on

please let me know ur ideas

Thanks in advance
Kiran
[email protected]