| 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)
|