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(start, length)

Parameters

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

Examples


Send comments on this topic:
Copyright Millisecond Software, LLC. All rights reserved.