T
Trenton
I am trying to add 14 the TimeReg fileds to get a subtotal
using the following:
RegTotal=RegTotal+FP_FieldVal(fp_rs,"TimeReg")
The problem I am having is the result are comming out as:
8.58.506.7588.758.589.57.257.25880
Instead of the number I want: 97
8.5+8.5+0+6.75+8+8.75+8.5+8+9.5+7.25+7.25+8+8+0 = 97
Why are these fields adding on instead of adding up? Do I
have a variable defined wrong? If so what can I do to fix
it.
using the following:
RegTotal=RegTotal+FP_FieldVal(fp_rs,"TimeReg")
The problem I am having is the result are comming out as:
8.58.506.7588.758.589.57.257.25880
Instead of the number I want: 97
8.5+8.5+0+6.75+8+8.75+8.5+8+9.5+7.25+7.25+8+8+0 = 97
Why are these fields adding on instead of adding up? Do I
have a variable defined wrong? If so what can I do to fix
it.