Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SixteenApplication (continued)

IsMenuFunctionRepeated Function

Overview

The IsMenuFunctionRepeated function test whether the current function is running in response to a repeat request.

Syntax/Parameters

Syntax

boolean = IsMenuFunctionRepeated ( );

Parameters

(none)

 

Return Value

A boolean value as TRUE if the current menu function is being processed as a repeat or FALSE if not.

Remarks

Most menu functions can be repeated using the Repeat ribbon command or the F4 key. During repeat processing it is usually desirable to use the last settings input by the user. The IsMenuFunctionRepeated function allows a script function to determine whether a repeat condition exists.

If called outside of a menu function the return value will not be in a defined state,

Related Functions:

Platform Support

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

Legato IDE