Concatenate strings will only concantanate strings - hence the name. If you want to use this function, you will have to convert your numbers to strings first. A better solution would be to use Format Into String. You can mix strings and numbers just by specifying the correct format string. For example, %s %s %f will create a string from 2 string inputs and a number.