strlen function in VB?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • montzter
    New Member
    • Aug 2006
    • 15

    strlen function in VB?

    Hi forumers,

    Just wondering if there are such function in VB6 that is equivalent to strlen or sizeof of C/C++.

    Thanks in advance.
  • willakawill
    Top Contributor
    • Oct 2006
    • 1646

    #2
    Originally posted by montzter
    Hi forumers,

    Just wondering if there are such function in VB6 that is equivalent to strlen or sizeof of C/C++.

    Thanks in advance.
    Hi, Len() will do both.

    Comment

    • montzter
      New Member
      • Aug 2006
      • 15

      #3
      Originally posted by willakawill
      Hi, Len() will do both.
      Thanks that could help.

      Comment

      Working...