Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.6e

Application v 6.3a

  

 

Chapter Twenty-oneWebView Interface (continued)

JavaScriptGetRaw Function

Overview

The JavaScriptGetRaw function returns any available data from a JavaScript Result Object as a string.

Syntax/Parameters

Syntax

string = JavaScriptGetRaw ( handle hJSO );

Parameters

hJSO

A handle specifying a JavaScript Object.

Return Value

A string as the raw return value or an an empty string on failure. Use the IsError or GetLastError function to determine if an error occurred and the nature of the error.

Remarks

The raw data is a string representation of the JSON response. This string is encoded using UTF-8. Please note that a response of “null” is given for an error start or when the script does not return any data.

Related Functions

Platform Support

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

Page revised 2025-10-20