in reply to how to add space between printing strings

Show us your code then we can more easily see what is not right. I'd guess you are either concatenating two variables with the concatenation operator, in which case you need to concatenate a space in between, or you are interpolating two variables into a string, in which case you simply insert a space between the two variables.

I've got some code samples that demonstrate those two techniques, but I'm not going to show you mine until you've shown me yours.


True laziness is hard work
  • Comment on Re: how to add space between printing strings