<%

Dim P, T, totrec
T=4
totrec=request.form("totrec")

for s=0 to 49
U=T+3s
if totrec<U Then
P=s+1
response.write P
end if

next

%>

l'errore sta sulla riga U=T+3s (prevista fine istruzione)

Cosa non va?
grazie, Sabry.