This is a really quick hack:

Code:

$W1 ="kixtart"
$count = Len($W1)
While $count <> 0
? Left($W1,1)
$count = $count - 1
$W1 = Right($W1,$count)
Loop



I'm sure one of the regulars will come in with a better way to do it shortly.
_________________________
-- oobnuker - .KIX hack - no really.