I'd like to expand on the original question a bit.
How do I generate a string of n random alphanumeric
characters in the range 0-9, A-Z, a-z inclusive?
For example when F9 is pressed the function should return a
string like 0Za4bjkMM8ic when the designated string length
is 12.
Is possible?