Hi, In my application am using remote object method for retrieving data from Java class. in the ResultEvent am storing the values in String.
But the data from the java was displa,ying as ,aa,bb,cc,dd ,AA,BB,CC,DD ,ab,bc,bd ..... But, comma(,) Symbol is displaying before the starting of each and every line. For this I have used the String replacement where as comma(,) is replacing by blankspace. But, here each and every time comma(,) is replacing by space. I need to replace the first position instead of all the commas(,) in the string. can anyone help me how to achieve this. Thanks, Tomt.

