Skip to content
Prev 276358 / 398506 Next

replace double backslash with singel backslash

what is the problem that you are trying to solve?  you need the double \\ since they have a special meaning in quoted strings.  in this case they represent a since backslash.  if you really had a single one, then something like this '\n' would be a carriage return.  

Sent from my iPad
On Nov 4, 2011, at 5:35, Kay Cichini <Kay.Cichini at uibk.ac.at> wrote: