Hello I have a question that I just cannot figure out. I have the concatenation of first and last name sorted.
*set fullname (first_name&” “)&last_name
Works great. Perfect. BUT what do I do if someone inputs the last name variable as lowercase?? I’ve been operating off $!{first_name} to prevent lower case inputted names, but that doesn’t seem to apply to concatenated variables.
Am I doomed to $!{first_name} $!{last_name}? Thanks for listening to me cry.
Oh my GOD. You’ve shaved years of stress off my life. Also the cumulative hours saved since I no longer need to add ! into every name instance… the tears of relief I am crying. THANK YOU.