Thread
:
Small C# Problem - quotation marks in string
View Single Post
May 30th, 2007, 7:52 AM
#
7
pegasus001
Hobbyist Programmer
Join Date: Nov 2006
Location: 163H
Posts: 213
Rep Power:
2
You can use the @ before the strign, if i am not mistaken like :
(
Toggle Plain Text
)
@"<img src=""images//" & file & "" />"
@"<img src=""images//" & file & "" />"
This tells the compiler to take the string as is, a preformatted string.
__________________
You never test the depth of a river with both feet.
The believer is happy. The doubter is wise.
Free speech carries with it some freedom to listen.
The next generation will always surpass the previous one. It`s one of the never ending cycles of life.
pegasus001
View Public Profile
Find More Posts by pegasus001