I believe you should use a combination of chr(10) and chr(13)
...LTRIM(STR(@PoidsNet)) + CHAR(13) + CHR(10)
or
...LTRIM(STR(@PoidsNet)) + CHAR(10) + CHR(13)