Hello guys, girls,
I am quite new to VB.NET, the Microsoft book explains how to do Splitting.
But I still don't get it. For example:
I got a TextBox named NumbersContainer, in which I can input three numbers divided by a " , "
So the input is 333,444,555 for example.
Now I wish to split the data on the " , "
so I get
333
444
555
How can I do this?
( I believe they call it into an array? )
------
Now Next I got a Radiogroup, and selectedindex Box.
The group and box both contain a "Selected case" then + or - or * or /
For example I need it to do 333*444/555
And the output into another textbox that equals the Result.
Can someone point me in the right direction? ( maybe a link of an external website )?
Kind regards,
Freek
I am quite new to VB.NET, the Microsoft book explains how to do Splitting.
But I still don't get it. For example:
I got a TextBox named NumbersContainer, in which I can input three numbers divided by a " , "
So the input is 333,444,555 for example.
Now I wish to split the data on the " , "
so I get
333
444
555
How can I do this?
( I believe they call it into an array? )
------
Now Next I got a Radiogroup, and selectedindex Box.
The group and box both contain a "Selected case" then + or - or * or /
For example I need it to do 333*444/555
And the output into another textbox that equals the Result.
Can someone point me in the right direction? ( maybe a link of an external website )?
Kind regards,
Freek