Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter Twenty-oneEDGARView Integration (continued)

EDGARResponseToHTML Function

Overview

The EDGARResponseToHTML function exports the contents of an SEC EDGAR response message to an enhanced message. Enhanced messages contain additional information formatted in HTML.

Syntax/Parameters

Syntax

string = EDGARResponseToHTML ( string data | handle hMessage );

Parameters

data

A string containing the response message. Or,

hMessage

A handle to a Response Message Object. 

Return Value

A string contains the enhanced message in HTML form or an empty string on failure. Use the GetLastError to retrieve a formatted error code.

Remarks

The original SEC message is appended to the end of the enhanced message. The enhanced message can contain additional information with regard to resolving EDGAR error messages.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE