GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Twenty-one — EDGARView Integration (continued)
Overview
The EDACGetItem function retrieves the data associated with a named field within an EDAC Object.
Syntax/Parameters
Syntax
string = EDACGetItem ( handle hEDAC, string name );
Parameters
hEDAC
A handle to an open EDAC Object.
name
A string containing a well known compound name.
Return Value
Returns a string value or empty on failure. Note that the field can be empty, and as such, the last error must be checked to determine if an error occurred. Use the GetLastError function to retrieve a formatted error code and the GetLastErrorMessage function to retrieve error details.
See ERROR_CONTEXT sub codes at the beginning of this section.
Remarks
Data items are internally stored as strings, boolean, integer ordinals and dates. All are converted to strings as follows:
Strings — Copied as is.
Boolean — 0 for false, 1 for true. When setting the value is tested for a true condition using the logic of the IsTrue function.
Integer Ordinal — A keyword or keywords are returned in the short form as used within the XML representation of the field.
Date — A date in various string formats.
If the name specifies a position that is out of range, an error is returned. The size of a list or table is not altered on read.
Related Functions
Platform Support
Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL
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.