GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Five — General Functions (continued)
Overview
The PoolAppendNewLine function appends a line ending (new line) as CR/LR or CR depending on the new lines mode.
Syntax/Parameters
Syntax
int = PoolAppendNewLine ( handle hPool, [int lines] );
Parameters
hPool
A handle specifying the String Pool Object.
lines
An int specifying the number of lines to add. The default is 1 and the value must be from 0 to 1000. If the value is zero, the function essentially does nothing.
Return Value
Returns an int as ERROR_NONE or a formatted error code on failure.
Remarks
While new line codes can be embedded in the appended strings, this function allows for the control of the type of line endings. Use the PoolSetNewLineMode function to set the mode of the line endings.
Related Functions
Platform Support
Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL
Legato IDE, Legato Basic
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.