E
e_x
Hi! I'm trying to work out a pc of code and I can't seem to get it right. I
keep getting the same error:-
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/admin/product.asp, line 236
if currRate1<>0 AND currSymbol1<>"" then response.write "<font size
=""1""><font color =""#ff0000""><span id=""pricediv1c" & Count & """
name=""pricediv1c" & Count & """>" & FormatNumber(rs("pPrice")*currRate1,
checkDPs(currSymbol1)) & " <b>" & currSymbol1 & "</b></span>" &
currencyseparator"</font></font>"
Can anyone spot my mistake?
Thanks.
keep getting the same error:-
Microsoft VBScript compilation error '800a0401'
Expected end of statement
/admin/product.asp, line 236
if currRate1<>0 AND currSymbol1<>"" then response.write "<font size
=""1""><font color =""#ff0000""><span id=""pricediv1c" & Count & """
name=""pricediv1c" & Count & """>" & FormatNumber(rs("pPrice")*currRate1,
checkDPs(currSymbol1)) & " <b>" & currSymbol1 & "</b></span>" &
currencyseparator"</font></font>"
Can anyone spot my mistake?
Thanks.