Results 1 to 4 of 4

Thread: [RESOLVED] get size of a variant

Threaded View

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Jan 2007
    Posts
    128

    Resolved [RESOLVED] get size of a variant

    how to get the size of a variant...

    e.g.
    VB Code:
    1. dim item as variant
    2. item=split(text1.text,",")

    i want to loop through all elements found in item and print them

    edit:

    ok i tried

    VB Code:
    1. for each s in item
    2.   msgbox s
    3. next
    it seems to work
    Last edited by lplover2k; Jan 10th, 2007 at 06:32 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width