 |
Tech GURU

Joined: 18 Oct 2000 Posts: 2733 Location: Atlanta, USA
|
Posted: Thu Oct 05, 2006 3:38 pm
[1.08] Math calculation with DB variables fail. |
Consider the following code. Note that @Money.Karant is is equal to 200.
| Code: |
#ECHO Testing math with DB Variables
#SHOW DB Variable value is @Money.Karant
#MATH Foogoo @Money.Karant*3
#SHOW @Foogoo
#SHOW %eval(@Money.Karant*3) |
The output is
| Code: |
Testing math with DB Variables
DB Variable value is 200
0
0
|
|
|
_________________ Asati di tempari! |
|
|
 |
Zugg MASTER

Joined: 25 Sep 2000 Posts: 23379 Location: Colorado, USA
|
Posted: Thu Oct 05, 2006 4:11 pm |
Verified and added to bug list.
|
|
|
|
 |
|
|
|