Rnd

Top  Previous  Next

Sub Rnd($maxValue as Integer) As Integer

 

Gibt eine Zufallszahl zwischen 0 und $maxValue zurück.

 

Beispiel:

Dim $i

 

$i = Rnd(1000)

' returns eg. $i = 673