Store output of a function into a stringI've just tried [code] string x = getRandom(); [/code]
Store output of a function into a stringBasically I just want to store the random characters from this program that I found into a string. h...
Store output of a function into a stringCheers but I had already tried that and it didn't work. It said 'invalid conversion from 'char' to '...
Store output of a function into a stringHi I found a function online that generates a random string of characters and outputs them. How can ...
String character removalThank you, I feel stupid now