Ajax
ASP
C,C++
C#,.NET
CSS,HTML
Delphi,Kylix
Experience
Flash
Java
JavaScript
PHP
Python
QT
SQL
ShellScript
VB
U :
P :
Register
Lost Password
Other Links
Code Archive
Save Giovanni
ASP Category Code
Real Name
:
SharingCode.NET User
Subject
:
Rastgele Sayı Üretme
Description
:
alt ve üst sınırını belirleyerek rastgele sayı uretmeye yarayan ASP kod örneği
<% intLowerBound = 1 'alt sınır intUpperBound = 9 'üst sınır Randomize() intRangeSize = intUpperBound - intLowerBound + 1 sngRandomValue = intRangeSize * Rnd() sngRandomValue = sngRandomValue + intLowerBound intRandomInteger = Int(sngRandomValue) Response.Write intRandomInteger %>
Rating
:
0.00
(out of 5)
Visitor Voting Booth
:
Excellent
Very Good
Good
Fair
Poor
Copyright © 2006 SharingCode.NET . All rights reserved. Hosted By: SisNetworks