Я пробовал так: (но возникает ошибка)
- Код: Выделить всё
<%
dim arra()
arra=split(Str,";")
go=0
do until go=1
id=objrec.fields("number")
for i = 0 to ubound(arra)
if arra(i)=id then
next i
else
go=1
end if
objrec.movenext
loop
response.write id
%>
И еще: как пользоваться GOTO? я пробовал, как в ВБ:
- Код: Выделить всё
<%
goto nex
killkillkill
nex:
livelivelive
%>