Maximum number of continuation line `&`

Well, you could split up the assignment into chunks:

data (db(i), i = 1,200) / ... /
data (db(i), i = 201,400) / ... /
etc.

Perhaps not all that elegant, but it should work :slight_smile:

3 Likes