I would use that, or str/5.0 depending on the application.
/ Martin Nilsson (bygger parser
Previous text:
2003-01-02 21:40: Subject: Re: PLEAC
// split at five byte boundaries array fivers = array_sscanf(str, "%{%5s%}");
What about
array fivers = str/5;
then? Is that considered uggly?
/ Peter Lundqvist (disjunkt)