Guest_imported
New member
- Jan 1, 1970
- 0
I need to catch values in the DB and display them to the users to edit. But when ASP encouters double quotes (", it terminates. Instead of displaying 2" X 2", it displaying only 2 to the users. I need to have a function which will:
1. Find out if a string contains ". The function
InStr(string, """ > 0 won't work. Any other way to
do the same function?
2. Show the whole string 2" X 2" in the ASP page.
Can anyone help me?
Thanks
1. Find out if a string contains ". The function
InStr(string, """ > 0 won't work. Any other way to
do the same function?
2. Show the whole string 2" X 2" in the ASP page.
Can anyone help me?
Thanks