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"
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"
Maybe you have to escape that character.
Means "\\" and not "\".
afflictedd2 (7th December 2008)
Thanks, that worked.
Bookmarks