Answered
Is it possible to make a variable of several variables?
Meaning can I define a new variable as two existing variables?
As in, I already have a UserName variable and an ID variable. I want a new variable called UserNameAndID that shows something like "UserName, ID" or "UserName (ID)"

