alias simpletok { return $gettok($1-,$prop,32) }

$simpletok(here's a bunch of text).1 returns "here's"
$simpletok(here's a bunch of text).-1 returns "text"
$simipletok(here's a bunch of text).2-3 returns "a bunch"

I've though about a $1() alias a few times as well but this is probably the closest thing we'll get.

Last edited by Loki12583; 08/08/06 08:32 PM.