<% Maks_nummer = 10 'grænse tal tot_unikke = 2 'antal tal som skal vises dim random_nummer, counter, check, unikke_nummers redim random_nummer(tot_unikke) randomize For counter = 1 to tot_unikke random_nummer(counter) = Int(Rnd * Maks_nummer)+1 for check=1 to counter-1 if random_nummer(check)= random_nummer(counter) then counter=counter-1 end if next next %> <p> <% For counter = 1 to tot_unikke response.write "<li>" & random_nummer(counter) & "</li>" next %>
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.