Posted By:
Anonymous
Posted On:
Wednesday, October 10, 2001 01:38 AM
Hi
The following tips will help you
a)public void select(int selectionStart,
int selectionEnd)
Selects the text between the specified start and end positions.
b)public void replaceRange(String str,
int start,
int end)
Replaces text between the indicated start and end positions with the specified replacement text.
Incase of questions let me know
Regards
Muthukumar