Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

ConvertToEscapeCharacters Function

Overview

The ConvertToEscapeCharacters adds escape notation to particular characters within a string.

Syntax/Parameters

Syntax

string = ConvertToEscapeCharacters ( string data );

Parameters

data

A string to convert.

Return Value

Returns a string with escape notation added on some characters (see Remarks) or an empty string on failure. Use the GetLastError function to retrieve error information.

Remarks

The ConvertToEscapeCharacters function adds escape notation (‘\’) from the following characters:

  \ Backslash
  \b Backspace
  \f Form feed/page break
  \n New line
  \r Carriage return
  \t Tab

 

Other characters that may need to be escaped within the string will not be affected.

The return string has a maximum size of 1 MB. If the buffer is exceeded, the GetLastError function will return ERROR_OVERFLOW.

Related Functions

Platform Support

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

Legato IDE, Legato Basic