up Inquisit Language Reference

subString function

Returns a portion of the string starting at the specified start index and of the specified length

Member of

<global>

Syntax

subString(s, start, length)

Return Type

string

Parameters

Name Type Description
s string The string.
start integer The zero-based index of first character of the returned substring.
length integer The length of the returned substring.

Remarks

Examples


Copyright Millisecond Software, LLC. All rights reserved.