arr = for i in 1 to 50 collect ("Number: " + (random 10 99) as string) makeuniquearray arr sort arr for i in arr do print i as string