I want to go through a string, extracting all substrings in turn that are separated by a unique separator string (ie: ':')
If I try using : as the separator it extracts data based on a separator of either ":" or "@".
Is there a way of doing this?
thanks
Frank
If I try using : as the separator it extracts data based on a separator of either ":" or "@".
Is there a way of doing this?
thanks
Frank