how do i store multiple values in one string?
im trying to build a very simple random name picker but i forgot how to store muliple values in one string
5 Replies
You don't
You use an array of strings
Also, the constructor of
Random
takes an integer as a seed, probably not what you wanted to do hereohhh can i use the random rand code on an array?
thinker227#5176
REPL Result: Success
Result: string
Compile: 268.741ms | Execution: 66.081ms | React with ❌ to remove this embed.
this is what + on strings actually does btw
ohhh so its better if i just stick to an array