Difference between revisions of "SetTotalAsSum"

From Catglobe Wiki
Jump to: navigation, search
(Created page with "=== setTotalAsSum<br> ===    Please take a look at the examples to get understand about this function.<br> ==== syntax<br> ====    setTotalAsSum(enabled);<...")
 
Line 1: Line 1:
=== setTotalAsSum<br> ===
+
=== setTotalAsSum<br> ===
  
&nbsp;&nbsp; Please take a look at the examples to get understand about this function.<br>
+
&nbsp;&nbsp; Please take a look at the examples to get understand about this function.<br>  
  
==== syntax<br> ====
+
==== Syntax<br> ====
  
&nbsp;&nbsp; setTotalAsSum(enabled);<br>
+
&nbsp;&nbsp; setTotalAsSum(enabled);<br>  
  
==== Arguments<br> ====
+
==== Arguments<br> ====
  
&nbsp;&nbsp; enabled: Is a boolean expression (true / false). <br>
+
&nbsp;&nbsp; enabled: Is a boolean expression (true / false). <br>  
  
==== Return type ====
+
==== Return type ====
  
&nbsp; empty
+
&nbsp; empty  
  
'''Examples'''
+
'''Examples'''  
  
&nbsp; <br>
+
[[Category:TotalAsSum_functions]]

Revision as of 11: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