PDA

View Full Version : String with slash Help


mruncola
09-15-2003, 02:30 PM
Hello,

Im trying to trace a string:

example: 'C:\Documents and Settings\Administrator\Desktop\misc\FSP0033025_P[1].jpg'

but when it traces all letters after the \'s are gone? how can i fix this problem?

output: 'C:\ocuments and Settings\dministrator\esktop\isc\SP0033025_P[1].jpg'


Thanks

dzy2566
09-15-2003, 02:33 PM
The slash is being interpreted as escape. Try a double slash, for each slash.