Menu

#14 parse_message_file: check spaces when concatenating text string

Alpha
open
None
2014-01-30
2014-01-30
Smith Farm
No

Message texts can be written on multiple lines in the configuration file, but this is just a convenience for the app programmer. These lines are concatenated together to form a long string. This concatenation should be done in an intelligent manner, to avoid doubling up a space character at the end of one of the lines, for example. (Each line should be stripped of leading and trailing white space and then a single space character should be inserted at the end of each line except the last.)

Discussion


Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.