Hola, tengo un error de sintaxis pero no se si realmente sea eso o que, mi codigo es el siguiente:
Código ASP:
Ver originaldim codoptima
if
linea="L01N" AND tubo="A"
then
codoptima=30
elseif
linea="L01N" AND tubo="B"
then
codoptima=31
elseif
linea="L01N" and tubo="C"
then
codoptima=32
elseif
linea="L01S" AND tubo="D"
then
codoptima=33
elseif
linea="L01S" AND tubo="E"
then
codoptima=34
elseif
linea="L01S" AND tubo="F"
then
codoptima=35
end if
y el error que marca es el siguiente:
Microsoft VBScript compilation error '800a03ea'
Syntax error
/Mes/Asp/was2/more2.asp, line 115
if
--^
Alguien sabe si tengo algo malo en mi code?
SALUDOS!