Difference between revisions of "DB ADDNEWLINE"

From Recital Documentation Wiki
Jump to: navigation, search
 
(One intermediate revision by one user not shown)
Line 4: Line 4:
  
 
==See Also==
 
==See Also==
[[TEXTEDIT()]]
+
[[GETENV()]], [[TEXTEDIT()]]
  
  
 
==Description==
 
==Description==
The DB_ADDNEWLINE environment variable / symbol is used to disable the automatic addition of line feeds to text files edited using TEXTEDIT(). With DB_ADDNEWLINE set to ’false’, ’no’ or ’off’, additional line feeds will not be added. This can also be achieved setting the add line feed parameter to the TEXTEDIT() function itself to .F. (false).
+
The DB_ADDNEWLINE environment variable is used to disable the automatic addition of line feeds to text files edited using TEXTEDIT(). With DB_ADDNEWLINE set to ’false’, ’no’ or ’off’, additional line feeds will not be added. This can also be achieved setting the add line feed parameter to the TEXTEDIT() function itself to .F. (false).
  
  
 
==Products==
 
==Products==
Recital Terminal Developer
+
Recital
 
[[Category:Documentation]]
 
[[Category:Documentation]]
 
[[Category:Configuration]]
 
[[Category:Configuration]]
 
[[Category:Environment Variables|ADDNEWLINE]]
 
[[Category:Environment Variables|ADDNEWLINE]]

Latest revision as of 14:54, 3 March 2010

Purpose

Used to disable the automatic addition of line feeds to text files edited using TEXTEDIT()


See Also

GETENV(), TEXTEDIT()


Description

The DB_ADDNEWLINE environment variable is used to disable the automatic addition of line feeds to text files edited using TEXTEDIT(). With DB_ADDNEWLINE set to ’false’, ’no’ or ’off’, additional line feeds will not be added. This can also be achieved setting the add line feed parameter to the TEXTEDIT() function itself to .F. (false).


Products

Recital