Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SeventeenApplication Integration Functions (continued)

MenuGetFunctionCode Function

Overview

The MenuGetFunctionCode function retrieves the function code for a specified location in the function table by its position or index.

Syntax/Parameters

Syntax

string = MenuGetFunctionCode ( int index );

Parameters

index

An int that specifies an index in the function table.

Return Value

Returns a string with the function code name or an empty string on error. Use the GetLastError function to retrieve error information.

Remarks

The function code is the only guaranteed constant value for identifying a function. The numeric function ID can change from version to version of the software and the table index may also vary.

Related Functions

Platform Support

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

Legato IDE, Legato Basic