Paradoxz1
Member
- Joined
- Feb 8, 2021
- Messages
- 14
- Programming Experience
- Beginner
Hey guys, I have been looking around for a while now but I can't find anything to help me with my issue. I'm trying to create a list that has weeks of the year in it 1-52 weeks in 1 year and then display the weeks in a formated string. So that every 3 weeks are displayed (Week 1 Week 4 Week 7 Week 10 etc all the day until the end of the year) my question is do I have to create a list with all these numbers in it or can I use some sort of Min / Max value in my list? And also what kind of list would I use, can someone provide an example? Since the numbers are ints but they would need to be displayed as strings?
I found a picture that resembles what I'm looking for but I did not manage to find any help related to the picture:
Thank you so much for any feedback on the issue.
I found a picture that resembles what I'm looking for but I did not manage to find any help related to the picture:
Thank you so much for any feedback on the issue.