|
-
Feb 24th, 2004, 04:33 AM
#1
Thread Starter
New Member
string label space separate
Hello
vb.net
i have label1.text = "021 034 045" (space separated)
i would like to click the button and the string in label1 to be divided on 3 parts and to be sent to the 3 different label.text
and the result to be as
label2.text = "021"
label3.text = "034"
label4.text = "045"
can i do this with vb code. any idea?
thank you
Krasimir
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
|