Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SixFile Functions (continued)

ReplaceLine Function

Overview

The ReplaceLine function replaces a specified line of text within a Mapped Text Object.

Syntax/Parameters

Syntax

int = ReplaceLine ( handle hMappedText, int index, string data );

Parameters

hMappedText

A handle to a Mapped Text Object.

index

An int specifying a zero-based index to the line of the Mapped Text Object.

data

A string containing the line of text with the maximum size of the string being 1,048,575.

Return Value

Returns an int value as ERROR_NONE or formatted error code on failure.

Remarks

When a Mapped Text Object is operating in transaction mode, the WriteSegment function should be used. This function cannot be used on Edit Objects.

The line must exist. To insert a line, use the InsertLine function.

Related Functions

Platform Support

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

Legato IDE, Legato Basic