Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: How to do string stuff on VB  (Read 3258 times)

0 Members and 1 Guest are viewing this topic.

TChai

    Topic Starter


    Rookie

    Thanked: 4
    How to do string stuff on VB
    « on: September 11, 2009, 08:01:47 AM »
    Hi there
    I have an array of text such as:
    size = 5
    array(size,4) as string
    array(size,0) = "1H"
    array(size,1) = "14D"
    array(size,2) = "12H"
    array(size,3) = "3H"
    array(size,4) = "5H"
    and so on

    How do i use boolean or anything to check whether this array(i,?) has more than 2 H
    How would i write it?

    Thank you

    TChai

      Topic Starter


      Rookie

      Thanked: 4
      Re: How to do string stuff on VB
      « Reply #1 on: September 11, 2009, 10:12:55 AM »
      Is ok now i have figure it out using substring and counting it