Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

IsAlpha Function

Overview

The IsAlpha function tests if a string or character contains only alphabetic characters (ASCII).

Syntax/Parameters

Syntax

boolean = IsAlpha ( mixed value );

Parameters

value

A string or

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

Return Value

Returns TRUE if value contains only alphabetic characters (ASCII) or FALSE if it does not.

Remarks

The IsAlpha function checks for only ASCII alphabetic characters. For a broader test, use the IsAlpha8859 function.

Related Functions

Platform Support

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

Legato IDE, Legato Basic