combining string records

combining string records

I have two string records, "first name" and "last name", and I want to group them together to make a single "full name" string. How can I do this? I've tried assigning variable, but it doesn't seem to work.