Help needed!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • spannerface
    New Member
    • Oct 2006
    • 1

    #1

    Help needed!

    Can anyone tell me how to write a code in visual basic 2005 express edition which would enable me to do the following?

    Count how long a sentence is without spaces.
    Calculate the right most character and the left most character of a sentence.


    Thanks
  • Killer42
    Recognized Expert Expert
    • Oct 2006
    • 8429

    #2
    Originally posted by spannerface
    Can anyone tell me how to write a code in visual basic 2005 express edition which would enable me to do the following?
    Count how long a sentence is without spaces.
    Calculate the right most character and the left most character of a sentence.
    Thanks
    Is the sentence the only thing in the string, or do you have some arbitrary string from which you need to pick out a sentence?

    Comment

    Working...