26.10.2014, 19:46
(
Last edited by [XPG]MarlonCS; 26/10/2014 at 07:48 PM.
Reason: Title
)
Hello everyone
I have a problem with newline and DOF2.
Exemple:
when I pull the sentence from the file:
"Hello world\nWelcome to my server"
It appears like this:
"Hello world\nWelcome to my server" oO
\n not work.
Code:
In the file:
I have a problem with newline and DOF2.
Exemple:
when I pull the sentence from the file:
"Hello world\nWelcome to my server"
It appears like this:
"Hello world\nWelcome to my server" oO
\n not work.
Code:
Code:
DOF2_GetString(file, "phrase");
Code:
phrase = Hello world\nWelcome to my server