Saturday, 10 August 2013

Text Split with Space

Text Split with Space

I have this Line C:\pagefile.sys 128 256 and i need to get the value example:
label1.text = C:\pagefile.sys
label2.Text = 128;
label3.text = 256;
all values are variable, it is possible?

No comments:

Post a Comment