Random generated String


/ Published in: ActionScript 3
Save to your folder(s)

This is easy way to generate random string

this will generate random word with 10 letters in it
var a:String = randString(10);

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.