|
-
Nov 18th, 1999, 11:57 AM
#1
Thread Starter
Junior Member
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]
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|