Konu
Asp de split - kelime ayırma hatası
13-01-2011, 00:14:54
#16
ShekerChi
Üyeliği durduruldu
<%
ayir=split(kdgenel("baslik")," ")
for k=0 to Ubound(ayir)
%>
<a href="etiket.asp?etiket=<%=ayir(k)%>"><%=ayir(k)%> </a> <%if not Cint(k)=Cint(Ubound(ayir)) Then response.write ","%>
<%
Next
%>