So let's say i have this string in my var
ID : String = 'TEST1';
How can i add another set of numbers and letters like 'TEST2' in that same string?
ID : String = 'TEST1','TEST2';
It gives me an error when i put it like this. THX FOR ANY HELP!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.