You are correct I forgot the delimiter.

You have to define what "Bit" out of the string you want.

Try using this code to find what Bit is what

 Code:
$Counter = 0
For each $Bit in $Split
"Element "+$Counter+" = "+$Bit?
$Counter + $Counter + 1
Next
_________________________
Today is the tomorrow you worried about yesterday.