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 ![]()
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 ![]()