Re: String index out of range: -1
Posted By:
Anonymous
Posted On:
Monday, November 14, 2005 03:25 AM
hi Akshay,
Do :
1: first retrieve the length of the field:
eg: field1.length().
2: Then use substring method to get the stringl
I think this should work.
- amin