SetTotalAsSum: Difference between revisions
From Catglobe Wiki
More actions
Created page with "=== setTotalAsSum<br> === Â Â Please take a look at the examples to get understand about this function.<br> ==== syntax<br> ==== Â Â setTotalAsSum(enabled);<..." Â |
No edit summary |
||
| Line 1: | Line 1: | ||
=== setTotalAsSum<br> === | === setTotalAsSum<br> === | ||
Please take a look at the examples to get understand about this function.<br> | Please take a look at the examples to get understand about this function.<br> Â | ||
==== | ==== Syntax<br> ==== | ||
setTotalAsSum(enabled);<br> | setTotalAsSum(enabled);<br> Â | ||
==== Arguments<br> ==== | ==== Arguments<br> ==== | ||
enabled: Is a boolean expression (true / false). <br> | enabled: Is a boolean expression (true / false). <br> Â | ||
==== Return type ==== | ==== Return type ==== | ||
empty | empty  | ||
'''Examples''' | '''Examples''' Â | ||
[[Category:TotalAsSum_functions]] | |||
Revision as of 10:40, 19 September 2011
setTotalAsSum
  Please take a look at the examples to get understand about this function.
Syntax
  setTotalAsSum(enabled);
Arguments
  enabled: Is a boolean expression (true / false).
Return type
 empty
Examples