Retrieves a substring from a comma-separated string.

NewString := SELECTSTR(Number, CommaString)

Parameters

Number

Type: Integer

Specifies which substring to retrieve. The substrings in the comma-separated string are numbered 1, 2, 3, and so on.

If Number is greater than the actual number of substrings, then a run-time error occurs.

CommaString

Type: Option

A string containing substrings separated by commas. The maximum length of this string is 391 characters.

Expand imageProperty Value/Return Value

Expand imageRemarks

Expand imageExample

Expand imageSee Also