I am stuck on a ridiculously simply problem. I am trying to add 3 numbers together var1+var2+var3. I MADE SURE that all 3 vars are of Numeric type, but when I add them together, it throws a "hey buddy, you are trying to add a 'string' together" type error. At best it just combines all 3 variables like var1var2var3 instead of adding them together. Why??? All 3 vars are Numeric, why are they not adding up together?