Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter FiveGeneral Functions (continued)

IsTabbedString Function

Overview

The IsTabbedString function tests if a string has tab characters.

Syntax/Parameters

Syntax

boolean = IsTabbedString ( string value );

Parameters

value

A string to test.

Return Value

Returns TRUE if value contains one or more tab (0x09/9) characters or FALSE if it does not.

Remarks

The IsTabbedString function does not test for the position of the tab characters within the string. Use the IsStringPadded function to determine if there are tab characters at the beginning or end of the string.

Related Functions

Platform Support

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

Legato IDE, Legato Basic