Hallo Claudius,

wenn ich dies in eine ASP Seite schreibe und sie dann aktualisiere so kommt
bei mir immer die gleiche Zahl raus (48).

-----------------------------------------------------------------------
<% Response.ExpiresAbsolute = now() - 1 %>
<% response.buffer= true %>
<% rundung = "" %>
<% rundung = 20 + int(rnd*41)%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
        <title>Test</title>
</head>
<body>
<% = rundung %>
</body>
</html>
-----------------------------------------------------------------------

Was kann das den sein ?

Gru� J�rg



-----Urspr�ngliche Nachricht-----
Von: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]] Im Auftrag von Claudius Ceteras
Gesendet: Sonntag, 16. Februar 2003 19:44
An: [EMAIL PROTECTED]
Betreff: RE: [Coffeehouse] Zufallszahl

> 20 + int(rnd)*41

Na was schreib ich denn f�r nen mist zusammen???

Es muss nat�rlich so heissen:
20 + int(rnd*41)


Claudius


~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~
Kaffeepause im United Planet Communityserver ...
http://www.intrexx.com/communityserver                         
_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse


~~~~~~~~~~~~~~~~~~~~~~~~~~~sponsored by United Planet~~~~~~~~~~~~~~~~~
Kaffeepause im United Planet Communityserver ...
http://www.intrexx.com/communityserver                         
_______________________________________________
Coffeehouse mailing list
[EMAIL PROTECTED]
http://www.glengamoi.com/mailman/listinfo/coffeehouse

Antwort per Email an