Files
harbour-core/harbour/extras/hbapollo/tests/test31.prg
Viktor Szakats 340318e66d 2012-07-21 19:09 UTC+0200 Viktor Szakats (vszakats syenar.net)
+ extras
  - examples
  * doc/dirstruc.txt
    * renamed 'examples' to what it is more: 'extras'
2012-07-21 17:10:27 +00:00

23 lines
1.0 KiB
Plaintext

/*
* $Id$
*/
#command TOTAL [TO <(file)>] [ON <key>] ;
[FIELDS <fields,...>] ;
[FOR <for>] ;
[WHILE <while>] ;
[NEXT <next>] ;
[RECORD <rec>] ;
[<rest:REST>] ;
[ALL] ;
;
=> __dbTotal( ;
< ( file ) > , < { key } > , { < ( fields ) > }, ;
< { for } > , < { while } > , < next > , < rec > , < .rest. > ;
)
Notes:
Frankly, I never USE this command. And I DO not know how this command can be
useful. IF somebody can give me a sample program, please ..
I READ the NG but it is not too CLEAR TO me :(