Kirby commented on a Page, $colortext identifier  -  May 12, 2009
alias explode {
  var %x = 1
  while (%x <= $len($1)) { var %explode = %explode $+($mid($1,%x,1),$chr($gettok($1-,$0,32))) | inc %x }
  return %explode
}

can also be:

alias explode { var %x $2 | return $regsubex($1,/(.)/g,$+(\1,$chr(%x))) }
 Respond  
Are you sure you want to unfollow this person?
Are you sure you want to delete this?
Click "Unsubscribe" to stop receiving notices pertaining to this post.
Click "Subscribe" to resume notices pertaining to this post.