TropNul commented on a Page, $split.text()  -  Dec 22, 2007

There you go.

Usage: $_split(,[C])

alias _split {
  var %label = $color(info) * $!_split(<string>,[C]):
  if $isid {
    if $1 {
      var %sep = $chr($iif($2,$v1,32))
      return $left($regsubex($1,/(.)/g,\\\\1%sep),-1)
    }
    else { echo %label insufficient parameters }
  }
  else { echo %label use only as an identifier! }
}

I didn\'t included N because it\'s only \"Another way to do it\". :)

 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.