Community Member Profile
- Profile: /members/1326-Elliot-Moss.htm
- Comments: 2
- Points: 1
Recent Blog Comments By Elliot Moss
-
Ask Ben: Creating Large Random Strings In Javascript
Posted on Aug 6, 2008 at 8:58 AM
@Ben, I did try it without the quotes, it only repeated 0123456789ABCDEF instead of creating a random string. If it worked without the quotes, maybe it's because of the browser, i'm using Firefox 3.... read more »
-
Ask Ben: Creating Large Random Strings In Javascript
Posted on Aug 5, 2008 at 11:09 PM
Thank you for this example, it helped me a lot! But in your last example, there is one thing wrong, making that not working properly. It should be var arrCharacters = ( "0123456789ABCDEF" ).split ( "" ) ; instead of var arrCharacters = ( "0123456789ABCDEF" ).spli... read more »



