mivariable = "esta es una frase prueba" arreglo=split(mivariable," ") for i=lbound(arreglo) to ubound(arreglo) response.write arreglo(i) &"<br>" next