Escaped characters

From kwiki

Jump to: navigation, search

table

sequence meaning
\nlinefeed (LF or 0x0A (10) in ASCII)
\rcarriage return (CR or 0x0D (13) in ASCII)
\thorizontal tab (HT or 0x09 (9) in ASCII)
\\backslash
\\backslash
\"double-quote

examples

MessageBox("Are you sure you want to remove: \"C:\\Windows\" ? ");
//will show: Are you sure you want to remove: "C:\Windows" ?
Personal tools
konradp.com