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


Reply With Quote