Howard: I've started coding! 1500 strokes with no variable optimization and five correct tests.

And to start getting some more people interested, here's an interesting way to generate a consecutive number of zeros or ones. In my case I was looking for a way to generate 32 consecutive 0s as a string.
code:
 $zeros=substr(formatnumber(0,32),3)
$ones=substr(formatnumber(1.0/9,16),3)
$ones=$ones+$ones



[ 29. May 2003, 03:30: Message edited by: sealeopard ]
_________________________
There are two types of vessels, submarines and targets.