Is it possible to calculate rate? I have a variable named "totalinv" and I would like to calculate amount per hour, or amount per 15 minutes... Is this possible? I looked at some code examples like this (below)
SCAR Code:Rate := 3600 * (totalinv) / Sec();
However, this deals in extended variables and I'm not sure this is achieving the correct result.
Does anyone know how to do this?
Any help would be greatly appreciated. Thanks!


Reply With Quote







