To properly display this page you need a browser with JavaScript support.
×
Menu
Index
Search
Search
Search
Control Basic Programming
AVG
Previous page
Next page
Print version
To properly display this page you need a browser with JavaScript support.
AVG
AVG
Purpose:
Returns the average of a series of numbers
Format:
AVG( expression , expression , ... )
Note:
A space is needed before and after each comma.
Example:
10 AVGTEMP = AVG( RMTEMP1 , RMTEMP2 , RMTEMP3 )