Closed noblelady closed 6 years ago
Tested, the new code does not insert newlines every 100 members. index+1%100 never reaches zero. The expression is being evaluated as index+(1%100). That segment should be changed to (index+1)%100
Fixed the equation @derekw023 @zmyaro
So for every 100 emails there will be a new line character plus a semicolon.