Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

IsWildString Function

Overview

The IsWildString function tests if a string contains one or more wildcard characters.

Syntax/Parameters

Syntax

boolean = IsWildString ( string value );

Parameters

value

A string to test.

Return Value

Returns TRUE if value contains one or more wildcard characters and FALSE if it does not.

Remarks

Wildcard characters are basic ‘*’ (match any number of characters) and ‘?’ (match a single character) characters. 

Related Functions

Platform Support

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

Legato IDE, Legato Basic