a mathematical problem
- by Max
Hi
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?