Substring - spectrum_spatial - Latest

Spectrum Spatial Guide

Product type
Software
Portfolio
Locate
Product family
Spectrumâ„¢ software
Product
Spectrumâ„¢ software > Spatial > Spectrum Spatial
Version
Latest
ft:locale
en-US
Product name
Spectrum Technology Platform
ft:title
Spectrum Spatial Guide
Copyright
2025
First publish date
2007
ft:lastEdition
2025-03-07
ft:lastPublication
2025-03-07T10:28:48.112000

Description

Extracts a portion of a string to form a new string.

Syntax

Substring ( str1, start[, length])

Arguments

str1 is the source string,

start is the one-based index into string str1 at which the extraction is to begin, and

length is an integer indicating the number of characters to extract.

Remarks

The length parameter is optional and, if omitted, defaults to the end of str1.