how to get the size of a variant...
e.g.
VB Code:
dim item as variant item=split(text1.text,",")
i want to loop through all elements found in item and print them
edit:
ok i tried
it seems to workVB Code:
for each s in item msgbox s next
|
Results 1 to 4 of 4
Thread: [RESOLVED] get size of a variantThreaded View
|
Click Here to Expand Forum to Full Width |