Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

IsLower Function

Overview

The IsLower function tests if a string or character contains only lower case characters.

Syntax/Parameters

Syntax

boolean = IsLower ( char data | string data );

Parameters

data

A string or a char to value test. The character can be any type that will resolve to an integer.

Return Value

Returns TRUE if value is only lower case characters or FALSE if it is not.

Remarks

Spaces, punctuation, numbers, and other non-alphabetic characters will cause the IsLower function to return FALSE. To test for upper characters mixed with punctuation, use the IsAllLower function.

Related Functions

Platform Support

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

Legato IDE, Legato Basic