The first one isn't what I'd call a bug. Personally I find such behaviour useful.

$gettok, $mid, $left and $right all work in the same way (don't remove multiple consecutive spaces).

To remove multiple consecutive spaces you can use $gettok(%var,1-,32), you could also use /tokenize.

Last edited by Collective; 05/03/04 12:16 AM.