|
-
Apr 13th, 2004, 02:30 AM
#1
Thread Starter
Frenzied Member
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.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|