Conscious commented on a Page, $chr() List dialog  -  Oct 15, 2011
alias get_chrs {
  var %i 1,%t
  while (%i <= $len($1-)) {
    var %t = $iif(%t,%t $!+) $!chr( $+ $asc($mid($1-,%i,1)) $+ )
    inc %i
  }
  msg $active %t
}

Are you looking for something along the lines of that? (Note: wrong place to ask dm4sfio)

 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.