expected end

S

shank

I'm getting an Expected 'End' error on the following.
What did I forget?

<%
p = rsSpecs("OrderNo") & chr(13) & chr(10)
p = p & rsSpecs("Description") & chr(13) & chr(10)
p = p & media & chr(13) & chr(10)
p = p & rsSpecs("m_Specs") & chr(13) & chr(10)
p = p & ""
%>

thanks!
 
R

Ray at

That is not the cause of your expected end error. There must be something
before this like an If or Sub or Function or Select or something else that
requires a corresponding End.

Ray at work
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Long String Error 2
type mismatch 5
Sending CDONTS HTML email issue 5
String multi-replace 2
Newbie... 2
Using ASP to loop thru XML file and generate HTML 4
Lexical Analysis on C++ 1
Scientic Notation Program 5

Members online

No members online now.

Forum statistics

Threads
474,141
Messages
2,570,818
Members
47,367
Latest member
mahdiharooniir

Latest Threads

Top