I am inserting a group of strings into my table. This is a sample one,
|=|4|=|3|=|5|=|3|=|Yes|=|No comments .
Sometimes my string may be like
|=|4|=|3|=|5|=|3|=|Yes|=|
For this situation I want to append a string (sorry, no data) to the end of |=|.
Also my string may be like
|=|4|=|3|=|5|=|3|=|Yes|=|
That symbol at the end is empty space. In this situation I also want to append this string (sorry, no data) at the end of |=|.
Can you tell me how to do this?