Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

HasNumeric Function

Overview

The HasNumeric function tests if a string contains any numbers.

Syntax/Parameters

Syntax

boolean = HasNumeric ( string value );

Parameters

value

A string to test.

Return Value

Returns TRUE if value contains at least one number or FALSE if it does not.

Remarks

Unlike the IsNumeric function, the HasNumeric function only tests if a string contains at least one number. Use the IsNumeric function to test if a string is strictly numeric.

 Related Functions

Platform Support

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

Legato IDE, Legato Basic