J
J
anybody know a vb.net command to populate an array with each word in a
string? for example " hi how are you"
array(0) = hi
array(1) = how
array(2) = are
array(3) = you
i know i could loop though and search for spaces and build it that way...but
a built in command would be great.
any thoughts?
string? for example " hi how are you"
array(0) = hi
array(1) = how
array(2) = are
array(3) = you
i know i could loop though and search for spaces and build it that way...but
a built in command would be great.
any thoughts?