- Oct 17, 1999
- 8,883
- 107
- 106
My Googlefu is proving ineffective; I'd like to create two unique variables from one user input. Is that possible? Not a huge deal but just curious.
edit- dummkopf, I just made string2 equal to string1 however, the ultimate goal is to apply toLower() to string2 and it does not appear to apply because it is probably still just equal to string1.. how does one create the string with "no strings attached?"
LOL nevermind about this post, just affixed .toLower() after string2 ... god I'm a goofball.
edit- dummkopf, I just made string2 equal to string1 however, the ultimate goal is to apply toLower() to string2 and it does not appear to apply because it is probably still just equal to string1.. how does one create the string with "no strings attached?"
LOL nevermind about this post, just affixed .toLower() after string2 ... god I'm a goofball.
Last edited: