Toggle menu
862
3.8K
30.2K
279.1K
Catglobe Wiki
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

GetTotalAsSum: Difference between revisions

From Catglobe Wiki
Tungocman (talk | contribs)
Created page with "=== getTotalAsSum === Please take a look at the examples to get understand about this function.<br> ==== Syntax ====    getTotalAsSum(); ==== Arguments ==== &..."
 
Tungocman (talk | contribs)
No edit summary
Line 1: Line 1:
=== getTotalAsSum  ===
=== getTotalAsSum  ===


Please take a look at the examples to get understand about this function.<br>  
&nbsp;&nbsp;&nbsp; Please take a look at the examples to get understand about this function.<br>  


==== Syntax  ====
==== Syntax  ====
Line 16: Line 16:


==== Examples  ====
==== Examples  ====
<source lang="javascript">print(getTotalAsSum());      // false is default
print(setTotalAsSum(true));  // true
print(getTotalAsSum());      // true</source>


[[Category:TotalAsSum_functions]]
[[Category:TotalAsSum_functions]]

Revision as of 10:57, 19 September 2011

getTotalAsSum

    Please take a look at the examples to get understand about this function.

Syntax

   getTotalAsSum();

Arguments

   none

Return type

   boolean values (true / false)

Examples

print(getTotalAsSum());      // false is default
print(setTotalAsSum(true));  // true
print(getTotalAsSum());      // true