my $str = join(' ', map {$initValue + $_ * $step} (0..$numOfMembers-1) +); [download]
use brain;
In reply to Re: String manipulation by leriksen in thread String manipulation by hotshot