Page 1 of 1

ASP Code in HTML <%=code%> highlighting

Posted: Mon Jan 07, 2002 1:39 pm
by Chad M. Kovac
In a line that contains: value="<%=Address2%>"
I cant figure out how to get TP to realize that while yes, I'm inside my STRING due to the ", I'm breaking out of the string back into code with the <%= and ending at %>
Wish there was an AltEndString or something where we could tell it to look for <%= inside a string and being highlighting again.

Re: ASP Code in HTML <%=code%> highlighting

Posted: Mon Jan 07, 2002 1:40 pm
by Chad M. Kovac
You know, if it were even possible to have something like this:
StringEnd = <%=
StringAlt = %>

That would work.. but we're limited to ONE character... ?