Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SixFile Functions (continued)

IsBlankLine Function

Overview

The IsBlankLine function tests if a specified line within a Mapped Text Object is blank.

Syntax/Parameters

Syntax

boolean = IsBlankLine ( handle hObject, int index );

Parameters

hObject

A handle to a valid Mapped Text or Edit Object.

index

An int containing a zero-based index of the line to test.

Return Value

Returns TRUE if the line specified by index is blank or FALSE if it is not. An error condition also returns FALSE. Use the GetLastError function to retrieve error information.

Remarks

A blank line is a line with no text or only white space. If the hMappedText parameter is invalid, the GetLastError function will return ERROR_INVALID_HANDLE.

Related Functions

Platform Support

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

Legato IDE, Legato Basic