A
AllcompPC
I have a value in a text box pulled in from a dataadapter. This text might
be "Black White Tan". If it is, then I want to have three other boxes and
will fill with these colors. That part I know how to do, but I have not
really had to manipulate a string before. How would I pull apart the above
string to assign the colors to three boxes?
Just some other information, this value will always contain spaces between
the colors, this value is required; this value is either one, two or three
colors - never any more.
Thanks for any information.
Brad
be "Black White Tan". If it is, then I want to have three other boxes and
will fill with these colors. That part I know how to do, but I have not
really had to manipulate a string before. How would I pull apart the above
string to assign the colors to three boxes?
Just some other information, this value will always contain spaces between
the colors, this value is required; this value is either one, two or three
colors - never any more.
Thanks for any information.
Brad