I want to split a String which has 5 parameters now and all parapets are dynamic. simething like this.
TeamE @ 2.8 # BS00001 $ GameBS % MarketM.
@,#,$,% all are my separators now i need to split the string in five parts. like
TeamE,2.8,BS00001,GameBS and MarketM.
So how i split it using my separaters for example i want to print
From @ to #. that is 2.8.
Please give me any idea.
[ February 14, 2007: Message edited by: Bear Bibeault ]