Originally Posted By: xDaeMoN
Why not use $gettok

Code:
  var %v = 3, %a
  while (%v <= $0) {
    %a = $left($gettok($1-,%v,32),1)
    inc %v
  }


Sorry, that only returns $left($3,1).