Hi all
I am trying to populate a word document from VC++
Problem is for my CRLF (carriage return lin feed) i get squares. How do I introduce a new line character instead? :confused:
Any assistance will be much appreciated
Thanks
Printable View
Hi all
I am trying to populate a word document from VC++
Problem is for my CRLF (carriage return lin feed) i get squares. How do I introduce a new line character instead? :confused:
Any assistance will be much appreciated
Thanks
try using (char)10 + (char)13 combination
That results in two square symbols :cry:
but i found a solution :cool:
I used the vertical scroll character from the ASCII chart, it works!