greathope123
Programmer
Hello
In ASP code, I tried to find the position of "%>" in a string str:
instr(str, "%>")
but got error.
I know a "%>" is in the string and the string is from a text file.
Do you know what is the problem?
In ASP code, I tried to find the position of "%>" in a string str:
instr(str, "%>")
but got error.
I know a "%>" is in the string and the string is from a text file.
Do you know what is the problem?