Hi
Am insert the group of string into my table,
this is sample one
|=|4|=|3|=|5|=|3|=|Yes|=|No comments .
Some time my string may like this manner
|=|4|=|3|=|5|=|3|=|Yes|=|
For this situation i want to append this string (Sorry no data) at the end of |=| this symbol ,
Also my string may like
|=|4|=|3|=|5|=|3|=|Yes|=|
That is symbol end is empty space ,in this situation also i want to append this string (Sorry no data) at the end of |=| this symbol ,,
Can u tell me how to do this ?
Thanks