I have been making a string by adding textfield values together for example:
_global.String1 = _global.String1 + _root.textfield1;
This is fine and it adds but it puts a line break in for some reason - Is there any reason why it would be doing this and how to get around it?