Dim jnkcD,jnkcNum,aKey
Set JnkcD = CreateObject("Scripting.Dictionary")RandomizeDo Until JnkcD.Count = 10 jnkcNum = UCase(Hex(Int(60000*Rnd+5000)) & Hex(Int(60000*Rnd+5000))) If Not JnkcD.Exists(jnkcNum) Then JnkcD.Add jnkcNum,NullLoopFor Each aKey In JnkcD.Keys() WScript.echo akey & "<br>"NextSet jnkcD = Nothing