[quote] alias tab return $replace($$1,;,$chr(9))
some how it don't work like i want it too..

Code:
tab2 {   if (!$1-) return $chr(9)   var %wpm = 1,%tablist  while ($ [ $+ [ %wpm ] ]) {     %tablist = $instok(%tablist, $ [ $+ [ %wpm ] ] ,0,9)     inc %wpm   }   return %tablist}