Difference between revisions of "DB COMPMULICOMM"

From Recital Documentation Wiki
Jump to: navigation, search
 
 
Line 1: Line 1:
=DB_COMPMULICOMM=
 
 
 
==Class==
 
Environment Variables / Symbols
 
 
 
 
==Purpose==
 
==Purpose==
 
Used for enhanced Clipper 5 compatibility to enable compilation of multiple commands blocks on the same source line
 
Used for enhanced Clipper 5 compatibility to enable compilation of multiple commands blocks on the same source line
Line 11: Line 4:
  
 
==See Also==
 
==See Also==
[[SET CLIPPER]], [[SET CLIPPER5]], [[SET COMPATIBLE]], [[SET FILETYPE]]
+
[[GETENV()]], [[SET CLIPPER]], [[SET CLIPPER5]], [[SET COMPATIBLE]], [[SET FILETYPE]]
  
  
Line 21: Line 14:
  
 
==Products==
 
==Products==
Recital Database Server, Recital Mirage Server, Recital Terminal Developer
+
Recital, Recital Server
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Configuration]]
 
[[Category:Configuration]]
 
[[Category:Environment Variables|COMPMULICOMM]]
 
[[Category:Environment Variables|COMPMULICOMM]]

Latest revision as of 14:55, 3 March 2010

Purpose

Used for enhanced Clipper 5 compatibility to enable compilation of multiple commands blocks on the same source line


See Also

GETENV(), SET CLIPPER, SET CLIPPER5, SET COMPATIBLE, SET FILETYPE


Description

The DB_COMPMULICOMM environment variable / symbol is used to enhance Clipper 5 compatibility to enable compilation of multiple commands blocks such as IF...ELSE...ENDIF on the same source line. Multiple commands must be separated by a semi-colon, ’;’.

DB_COMPMULICOMM is enabled if set to ’true’, ’on’ or ’yes’. Clipper compatibility mode must also be active prior to compilation.


Products

Recital, Recital Server