Another minor quirk with CONST translation
Posted: Thu Feb 17, 2005 9:42 am
Hi again,
I have noticed that if the CONST string has a leading CRLF sequence, like this:
#13#10#13#10'My const'
the leading CR/LF characters are removed by TsiLang expert when generating the translation code. This is a minor problem since you can restore them in the editor, however, you might easily forget that they were present. I noticed the problem because I knew that these characters should be there (I needed these two empty lines), otherwise the problem would have been unnoticed.
Regards.
I have noticed that if the CONST string has a leading CRLF sequence, like this:
#13#10#13#10'My const'
the leading CR/LF characters are removed by TsiLang expert when generating the translation code. This is a minor problem since you can restore them in the editor, however, you might easily forget that they were present. I noticed the problem because I knew that these characters should be there (I needed these two empty lines), otherwise the problem would have been unnoticed.
Regards.