| Author |
special character \
|
emilio rossi
Ranch Hand
Joined: Jul 01, 2011
Posts: 47
|
|
hello everyone,
i know i can save a string containig special charachters with String string=("abcd\(special charachter)efg"),
but what if i need to write String string=("\")??
for example to tel someone ("FILENAMES CANNOT CONTAIN THE CHARACHTER \")
|
 |
Matthew Brown
Bartender
Joined: Apr 06, 2010
Posts: 3793
|
|
Simple, you use \ to escape \
|
 |
emilio rossi
Ranch Hand
Joined: Jul 01, 2011
Posts: 47
|
|
yeah, sorry for the stupid post, better stop messing with eclipse when in lack of sleep
|
 |
 |
|
|
subject: special character \
|
|
|