Re: Logic help

2002-09-11 Thread viju
string index out of bound occurs when you substring a string more its length... in your code... s.substring(start, finish) - either both start and finish or atleast finish is more than s.length()...   regards   Viju I am searching a string "some stuff then checkbox=then

Logic help

2002-09-11 Thread Falls, Travis D (CASD, IT)
I am searching a string "some stuff then checkbox=thename^http://www.thelink.com checkbox=thename^http://www.thelink.com checkbox=thename^http://www.thelink.com checkbox=thename^http://www.thelink.com then some more junk"  I want to store thename^http://www.thelink.com in a vector.  I am getting