Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

PoolCreate Function

Overview

The PoolCreate function creates a String Pool Object.

Syntax/Parameters

Syntax

handle = PoolCreate ( [string data] );

Parameters

data

An optional string containing data to initially populate the pool.

Return Value

Returns a handle representing a String Pool Object or NULL_HANDLE on failure. Use the GetLastError function to retrieve error information.

Remarks

The created String Pool Object automatically starts with 256K bytes of allocated space. The memory is held until the object is closed using the CloseHandle function.

Related Functions

Platform Support

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

Legato IDE, Legato Basic