Constant Naming Conventions

See Also

Follow this suggested format for naming constants.

Syntax

NAME

Remarks

It is recommended that constants be entered in uppercase.

Example

#DEFINE MAX_VALUE 10

For more information, see Visual FoxPro Naming Rules.