i have an editbox in which i can enter a number between 1000-5000

and i need to create a list/array of unsorted numbers.

for e.g, if i enter 1500 in the box and click on the button 'Start'

it should create an array/list of numbers 1,2,3,....,1500 (but all mixed up)

any ideas guys?