-
After checking out some of the other discussions, I was able to start identifying the "starters" in my league, but it's missing a few here and there. Once I looked into it, it seems it's because it's players that have been added to the team after the draft and replacing players that have been moved to the IR. So, for one team, it's not identifying the 2nd flex position because his roster number is higher than 17, but if I increase the loop to higher than 17, it comes back with a 'list index out of range' error.
` I am fully aware that this is probably an extremely elongated and inefficient attempt at pulling this off, but I am not a programmer and am learning as I figure this out. Any thoughts on how to get those players that go beyond the 17 spots? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Please disregard. Just changed it to a for loop rather than a while and it's working as intended. Thanks again for all this work! |
Beta Was this translation helpful? Give feedback.
Please disregard. Just changed it to a for loop rather than a while and it's working as intended. Thanks again for all this work!