look this ...why is not the same?
Dim azar As New Random
setd1(azar.Next(1, 7))
setd2=(azar.Next(1, 7))
the second one setd2 give me a error... is not the same using =??
Which is the difference???
and...
Dim dados As New dado
dim dados2 as dado
Is this the same...o are Different? and again
Which is the difference??