Hello,
I need a way of taking a string of chars including whitespace(which is used as a delimiter) and putting each series of chars into its own cell in an array. for example
a bgf h ds
will be put into the array as {a , bgf, h, ds}. only the chars are entered...not the whitespace. Any help is greatly apprecited.
Mike
I need a way of taking a string of chars including whitespace(which is used as a delimiter) and putting each series of chars into its own cell in an array. for example
a bgf h ds
will be put into the array as {a , bgf, h, ds}. only the chars are entered...not the whitespace. Any help is greatly apprecited.
Mike