I need a function that should give me a 10th or 100th array, for example
- If i pass 5, it should return 1 to 10
- If i pass 67, it should return 1 to 100
- If i pass 126, it should return 101 to 200
- If i pass 2524, it should return 2001 to 3000
Any guidance?
This gives you what you asked for:
Which returns: