Not at all; it's even better than Martin's code, which generated an array(array(string)). :-)
/ Johan Sundström (a hugging punishment!)
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)