T
Tamir Khason
I have some string in variable str_tmp = "C:\TMP\"
I want to display it in textbox (@-quoted), so I'm using tbx.Text =
@str_tmp; but for some strange reason this does not work. it processes
escape sequence. What is the problem???
I want to display it in textbox (@-quoted), so I'm using tbx.Text =
@str_tmp; but for some strange reason this does not work. it processes
escape sequence. What is the problem???