Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FourFlow Control (continued)

EnumerateSessionData Function

Overview

The EnumerateSessionData function enumerates all the named values within the session data pool.

Syntax/Parameters

Syntax

string [][] = EnumerateSessionData ( );

Parameters

(none)

 

Return Value

Returns a two-dimensional string table of all session data or empty on failure or if there are no entries. Use the GetLastError function to retrieve a formatted error code and GetLastErrorMessage to retrieve additional details.

Remarks

The string table has the following column keys:

  Key Name   Description  
  group   Group name, if provided.  
  section   Section name, if provided.  
  name   Value name.  
  data   Data being stored. For signed integers, a string representation of a decimal value. For unsigned integers, a string representation of a hexadecimal value.  
  handle   A hexadecimal representation of the handle for the script that last updated the entry.  
  time_stamp   A decimal representation as a time stamp as the system tick count.  

 

Related Functions

Platform Support

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

Legato IDE, Legato Basic