in reply to Re: Finding the largest word in a string help!
in thread Finding the largest word in a string help!

Problem is, you end up adding a space even if the string is exactly 30 characters, resulting in a potential double-space.
  • Comment on Re^2: Finding the largest word in a string help!