GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Eleven — SGML Functions (continued)
Overview
The HTMLTableToTable function exports the content of a Table Map Object to a string.
Syntax/Parameters
Syntax
string [][] = HTMLTableToTable ( handle hTable, [int options] );
Parameters
hTable
A handle to an HTML Table Map Object.
options
An optional int specifying the options to add data to the table. See remarks for bitwise options. The default is 0x00000000, or to export as text.
Return Value
Returns a string table containing the data for each cell or an empty array on failure. Use the GetLastError function to retrieve a formatted error code.
Remarks
The options are as follows:
Define | Bitwise | Comments | |||
MAP_TO_TABLE_AS_HTML | 0x00010000 | Return Data as HTML | |||
MAP_FILL_NULL_CELLS | 0x000000FF | Fill Null Cell with Character |
A value such as a tab character or ÿ (0xFF) can be added to fill null cells or cells that have been spanned over.
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.