Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

MakeUpperCase Function

Overview

The MakeUpperCase function returns an uppercase version of a string.

Syntax/Parameters

Syntax

string  = MakeUpperCase ( string data, [boolean utf_flag] );

wstring = MakeUpperCase ( wstring data );

Parameters

data

A string or wstring. The return type matches the source data type.

utf_flag

An optional boolean value that indicates the 8-bit source string contains UTF-8 characters. The default is FALSE.

Return Value

Returns a string or wstring based on the source data parameter that is the uppercase version of data.

Remarks

The MakeUpperCase function applies ANSI or Unicode rules when converting alphabetic characters to uppercase.

The optional utf_flag allows Unicode encoded as UTF-8 to be processed.

Related Functions

Platform Support

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

Legato IDE, Legato Basic