Tagged Questions

2
votes
4answers
832 views

F# - Breaking a List into Concatenated Strings by an Interval

I have a list of email addresses, and I need to send an email notification to each address. I'd like to do this in blocks of 25 addresses at a time. Is there any quick way in a functional language ...