Multiline text problem
Posted: Wed Sep 22, 2010 10:20 am
Hi
The problem is:
- Ihave text file with text strings like : ---------=---------=---------=---------\n=---------=---------=---------=-------\n--=---------=---------=
- I load this strings into global string array
- when i do
it displays text in ONE line (instead of three desired )
What's wrong ?
The problem is:
- Ihave text file with text strings like : ---------=---------=---------=---------\n=---------=---------=---------=-------\n--=---------=---------=
- I load this strings into global string array
- when i do
- Code: Select all
strcpy(actor.text, array[0]);
it displays text in ONE line (instead of three desired )
What's wrong ?