So let's say i have this in my var,
ID : String = 'TEST1';

What i want to do is add another set of 'TEST2' so that makes 2 in one string ID : String = 'TEST1' and 'TEST2';

How can i do this?