PDA

View Full Version : writing to a file the \ thingie



afflictedd2
6th December 2008, 17:21
Hi everyone,

I'm trying to write a script via QFile.
How do I print the unix character used to show that a line is continuous:

for example:

xsound title="White Rose" \
artist="Eternal Engine"

Boron
6th December 2008, 18:29
Maybe you have to escape that character.
Means "\\" and not "\".

afflictedd2
7th December 2008, 00:18
Thanks, that worked.