Split based on multiple criteria
I know I can use the split funciton to split a string based on an argument:
Split(string, "\")
Is it possible to split using multiple criteria? Say the multliple critera
was operators Split (sting,{(+,-,/,*^})
Thanks
EM
|