[Help]Random Number[Solved]
hey im working on somthing were theres a ricktextbox and you put a number in it and it spams different numbers from 0 to the number in richtextbox plz give me code ty
nvm came up with my own code thanks for helping tho
dim r as new random
r.next(0, cint(richtextbox1.text))