Hello, how I can make a string in a random character case? I mean not that it's 2 options, one is lower case and second is upper, but I want all characters in my string to go random case, like:
this: This is a string
to that: ThIs iS A STRiNG
The string is stored in a variable named "g_TypeWord[128]" (sometimes it's less chars).