Código PHP:
Dim clave
Dim Arreglo
clave="www-01-123"
Arreglo=split(clave,"-")
For Each item In Arreglo
Response.Write("<br>" & item)
Next
intente esto
Código PHP:
'texto = Arreglo[1]
'response.write text
que es lo correcto ??
Gracias !