I am writting the SpAsm Strings Editor for storing strings in Resources:
Is it of any interrest of allowing CR/LF in Resources'Strings?
If yes, what is the Unicode coding for CR/LF? i have read something
about this but don't remember where and what... seams to me that they
was other codes (maybe 16, 17 instead of 13, 10... ???).
betov.
well i use it....
LTEXT "Greetings:\n\n\n\n\n\n\n\n\n, IDC_STATIC, ,87,117,83, SS_LEFT, , 0
kinda like that...... and if you use th c stuff it's a hell of a lot easier to rember the stufff.. like \t for TAB \n for newline and so on....
OK, but could you load a produced PE in an Hexa-Editor and
look what is the code for /n (13 00 10 00 ??? -i am afraid
not-).
betov.
well it's 0x0A wich as we all know is 10.... there ya go..;)
Thanks a lot.
betov
the exact thing is 13: cr, 10:lf
(13,10, in that order i think)
you only need 10 in resources...;)