arrOctetos = split(valIP, ".") for j = 0 to uBound(arrOctetos) response.write(arrOctetos(j) & "<br>") next