When writing a string that would be printed to the screen (input help, error messages, progress messages), I always wrote them this way:
'If the message is too long for one line I will escape the newline character like this \
and continue writing on the next line like nothing happened.'
But the problem with this is that the spaces making up the tabs will also be included in the string, and that is no bueno.
Needs correct formatting of printed strings.
Probably won't fix it though since I'm changing to Rosetta.
When writing a string that would be printed to the screen (input help, error messages, progress messages), I always wrote them this way:
But the problem with this is that the spaces making up the tabs will also be included in the string, and that is no bueno.
Needs correct formatting of printed strings.
Probably won't fix it though since I'm changing to Rosetta.