Rad,
Problem is sometimes you need to pull a different array element because the delimiter for Split() may not be unique. Also, sometimes you may need to nest it deeper as this this bit of code from Jooel:

code:
break on 
$http=createobject("microsoft.xmlhttp")
$http.open("GET","http://chart.canada-stockwatch.com/sw/chart.dbm?symbol=A",not 1)
$http.send
$value=split(split(split($http.responsebody,"</th></tr>")[1],"<td align=right><b>")[1],"</b>")[0]

$value
get $_

_________________________
Give a man a fish and he will be back for more. Slap him with a fish and he will go away forever.