Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- CA-Clipper 5.2 . The Guide To CA-Clippe - <b>reserved word and function names</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Reserved Word and Function Names
---------------------------------------------------------------------------------

--------------------------------------------------------------------------------
 IF        | AADD   CTOD     EXP        INT     MONTH      ROW      TIME
 ELSE      | ABS    DATE     FCOUNT     LASTREC PCOL       RTRIM    TRANSFORM
 ELSEIF    | ASC    DAY      FIELDNAME  LEN     PCOUNT     SECONDS  TRIM
 ENDIF     | AT     DELETED  FILE       LOCK    PROW       SELECT   TYPE
 WHILE     | BREAK  DEVPOS   FLOCK      LOG     RECCOUNT   SETPOS   UPPER
 ENDCASE   | BOF    DOW      FOUND      LOWER   RECNO      SPACE    VAL
 ENDDO     | CDOW   DTOC     IF         LTRIM   REPLICATE  SQRT     VALTYPE
 FUNCTION  | CHR    DTOS     IIF        MAX     RLOCK      STR      WORD
 PROCEDURE | CMONTH EMPTY    INKEY      MIN     ROUND      SUBSTR   YEAR
           | COL    EOF
--------------------------------------------------------------------------------

 . Notes

 .  Reserved words cannot be used for variable, procedure, or
    user-defined function names.

 .  Reserved functions are built into the compiler and therefore cannot
    be redefined by an application.

 .  Abbreviations of reserved words and functions of four or more
    characters are also reserved.

 .  All identifiers that begin with one or more underscore characters
    (_) are designated as system identifiers and are therefore reserved.
---------------------------------------------------------------------------------

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson