Results 1 to 3 of 3

Thread: [RESOLVED] Need help to split text!

Threaded View

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    May 2007
    Posts
    278

    Resolved [RESOLVED] Need help to split text!

    For example I have a text like this:
    Text1.Text = "Visual.Basic"
    How can I split this text to two TextBox'es like this:
    Text2.Text = "Visual"
    Text3.Text = "Basic"
    As you can see I want use "." like spliter mark.
    Last edited by Lauriux1; Sep 21st, 2007 at 05:46 PM.

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