Hi,
I am trying to use this code
However I keep getting this error message
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/Sales/AllocatedStockBySpec.asp, line 88
Dim CStock = 0
-----------^
Could someone please explain what I am doing wrong
Regards
Paul
I am trying to use this code
Code:
<%
Dim CStock = 0
Dim OStock=0
Dim Stock = 0
%>
However I keep getting this error message
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/Sales/AllocatedStockBySpec.asp, line 88
Dim CStock = 0
-----------^
Could someone please explain what I am doing wrong
Regards
Paul