napa182 commented on a Page, Filter String  -  Aug 22, 2008

@ FURBY*
you can do it with out the second if as well

alias filter_num {
  var %s $1-, %e 256
  while (%e) {
    if ($chr(%e) !isnum) %s = $remove(%s,$v1) 
    dec %e
  }
  return %s
}
 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.