<-- Previous || Up || Next -->

Random Variant Sample Sub
Random Values Class

Private Sub RandomVariantSample()
    ' Print some samples of the RandomVariant function.

    Const NTries = 16

    Dim intTry As Integer
    For intTry = 1 To NTries
        Debug.Print intTry & "/" & NTries & ": " & IllustrateDebug(RandomVariant)
    Next intTry
End Sub

Copyright 1996-1999 Entisoft
Entisoft Tools is a trademark of Entisoft.