Csound Csound-dev Csound-tekno Search About

\\n, \\t etc in printks strings (Re: WaveIn in DirectCsound)

Date1999-02-09 18:32
Fromrasmus ekman
Subject\\n, \\t etc in printks strings (Re: WaveIn in DirectCsound)
David Boothe wrote:
> 
> You can format the 'k_in' value with  C-style printf() syntax, except it
> doesn't like "\n" for some reason. (Anybody know why that is?)

On the PC, the new line and tab characters must be preceded by
two backslashes, not one.  - eg, \\t, \\n.
(not sure about other systems)