Difference between revisions of "Group Functions"

From ADRIFT 5 Manual Wiki
Jump to: navigation, search
(Created page with " == Count == == List == === True/False === <pre></pre> === Definite/Indefinite === <pre></pre> === And/Or === <pre></pre> <TABLE ALIGN=CENTER BORDER=1 WIDTH="50%"><TD WIDTH=...")
 
Line 1: Line 1:
  
 
== Count ==
 
== Count ==
 +
This function simply counts the number of item keys in the list and returns the number of items as an integer number.
  
 +
This number can then be printed or used in an [[Expressions|expression]]
  
 
== List ==
 
== List ==

Revision as of 08:02, 21 November 2012

Count

This function simply counts the number of item keys in the list and returns the number of items as an integer number.

This number can then be printed or used in an expression

List

True/False


Definite/Indefinite


And/Or



<<< List of Object-oriented functionsMain PageIntermediate Tutorials - "How_do_I...?" >>>