daveigh
Programmer
- Oct 9, 2003
- 105
i am currently setting up a forum with the feature of quoting a specific reply. my idea is using the InStr function:
response.Write InStr(rs("forum_reply_message"), """)
thru that i can count the number of characters and show & manipulate it, but i get a "Unterminated string constant" error. how can I search for double quotation marks inside a recordset value? i have tried using " but it won't work the same.
______________CRYOcoustic_____________
response.Write InStr(rs("forum_reply_message"), """)
thru that i can count the number of characters and show & manipulate it, but i get a "Unterminated string constant" error. how can I search for double quotation marks inside a recordset value? i have tried using " but it won't work the same.
______________CRYOcoustic_____________