I have had some WONDERFUL help on some previous questions this morning from
jlsmithprism
BDC2
FesterSXS
just to name a few helping me with several issues. I am now down to this one BIG BUG!!!! I have taken out ALL of my code except for the following:
<%@ Language=VBScript %>
<%
Option Explicit
Dim iNumRec
iNumRec = 0
iNumRec = iNumRec + 1
response.write (iNumRec)
%>
I keep getting illegal character for the line iNumRec = iNumRec + 1. Please someone tell me what is happening before I go back to pen and paper instead of a computer.
You can see all that has been tried at thread333-469008.
jlsmithprism
BDC2
FesterSXS
just to name a few helping me with several issues. I am now down to this one BIG BUG!!!! I have taken out ALL of my code except for the following:
<%@ Language=VBScript %>
<%
Option Explicit
Dim iNumRec
iNumRec = 0
iNumRec = iNumRec + 1
response.write (iNumRec)
%>
I keep getting illegal character for the line iNumRec = iNumRec + 1. Please someone tell me what is happening before I go back to pen and paper instead of a computer.
You can see all that has been tried at thread333-469008.