Post-Relational Database Command Reference
 ZEBRA 
 BASIC 
 BASIC
   ABORT
   ASSIGNMENT
   BOOLEAN
   BRANCHING
   COMPILE.TIME
   CONSTANT
   DIMENSION
   DYNAMIC
   EQUATE
   EXECUTE
   IO
   MATH
   STRING
   SYSTEM
   TABLE
   TAPE
   TBD
   TRANSFORM
BASIC CODE: COUNT
Example of different counting options.

Code Example

KEY.CUSTOMERS = "123" : @FM : "456" : @FM : "789"
crt DCOUNT(CUSTOMERS, @FM) ;* answer will be 3 fields
crt COUNT( CUSTOMERS, @FM) ;* answer will be 2 @FM characters
crt COUNT( CUSTOMERS, '1') ;* answer will be 1 instance of '1'
crt DCOUNT(CUSTOMERS, '1') ;* answer will be 2 fields separated by '1'

Synonyms
See also      COUNT      |     DCOUNT      |     COUNTS     
Categories      ALL      |     SYSTEM     
More Details or Suggestions?
     

Updated from a Post-Relational data table on 10:18:38 23 Apr 2010
Courtesy of Key Ally, Inc.
General Automation is a Trademark of Tiger Logic