Xbasic
*TOTAL Function
Syntax
Value as N = *TOTAL(C list_on_values)
Arguments
- Value
The total of a list of numeric entries.
- list_on_values
A CR-LF delimited list of numeric entries.
Description
Get the sum total of a cr-lf delimited numbers.
Discussion
The *TOTAL() function totals a list of numeric entries.
Example
dim list as C list = <<%a% 1 4 2 10 %a% ? *total(list) = 17
See Also