I am trying to convert a variable (minutes) to a different unit (Seconds). I am using j_min > _s -> K (Converting "j" to seconds and storing to k However, it seems that I can't store a conversion to a variable. Anyone know why this is or tell me if I did something wrong. I know that I can just do: "j * 60 -> k", but I was just curious why I couldn't store this. Jason