a mathematical problem

Posted by Max on Stack Overflow See other posts from Stack Overflow or by Max
Published on 2010-06-11T21:20:54Z Indexed on 2010/06/11 21:42 UTC
Read the original article Hit count: 126

Filed under:

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?

© Stack Overflow or respective owner

Related posts about actionscript-3