|
Bromax Wanderer
Joined: 03 Jan 2002 Posts: 66
|
Posted: Tue Mar 16, 2004 8:57 am
#math problem |
I want to add two amounts I have stored as variables say @a whick is 50 and @b which is 25 and get @c as the total...seems straight forward:
#MATH c (@a + @b)
Right?
Whan I type that in and click the OK check box it changes it to:
#VAR c {(@a + @b)}
and c= 50 + 25 instead of 75....what am I doing wrong? |
|
|
|
Cykops Beginner
Joined: 07 Apr 2003 Posts: 20 Location: Sweden
|
Posted: Tue Mar 16, 2004 9:34 am |
#math c @a+@b
|
|
|
|
Bromax Wanderer
Joined: 03 Jan 2002 Posts: 66
|
Posted: Tue Mar 16, 2004 10:06 am |
Thanks...I figured out what I was doing wrong.
|
|
|
|
|
|