It looks like you're new here. If you want to get involved, click one of these buttons!
is there any way that any type of tag will make any letter like string.random(8) will make different five letters or something like string.letter("a, b, c, d") will make only these letters. OffThisTopic: @Jmv38, why is everyone ignoring my topic "fun codes"?
Comments
@TokOut You can't make people read or comment on your discussions. As for string.random(), there isn't anything like that, but you can write your own function that does it.
@TokOut Here's a function that will return 2 strings of random letters. One is upper case and the other is lower case. Just change the value sent to stringRandom for different string lengths.
@TokOut Here one that will give you 8 random letters from the letters you send to the function.
Thx
@dave1707, can you do with this something like
And any way for this random strings, to use for a-z and the "_" symbol?
@TokOut You could use this. You could also add numbers or anything else you want to the list..