hmm, it was like i thought.. html couldnt handle more than one space.. well..
$count(<space><space><space>,$chr(32)) SHOULD return 3, but only returns 1..
though in the other hand $count(aaa,a) returns 3..
thats what i ment.. sorry if i was unclear..