Results 1 to 2 of 2

Thread: String manipulation

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049

    Question String manipulation

    I have a text string which returns the ID of the last control which has been clicked e.g. "UserControl5". When UserControl5 is clicked I want UserControl6 to be visible so I need to add 1 to the text string. I need a new text string which only includes 5. This will I convert to an integer and add this by 1. And afterwards I create a new UserControl which Id is composed by "UserControl" + Csng(UcNumber).

    I need a method that can returns txtUserControl(10,11), which returns the number 5, but I don't remember this method.

  2. #2

    Thread Starter
    Frenzied Member
    Join Date
    Jan 2001
    Location
    Denmark
    Posts
    1,049
    Sorry, now I'd remember, it is the subString that I didn't recall.

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