Difference between revisions of "SUBSTR - Return a sub-string (Reports & Settings Report Generator function)"

From Catalyst
Jump to: navigation, search
(Updated from revision control)
 
Line 21: Line 21:
 
Will return the extracted string.
 
Will return the extracted string.
  
[[Category:Reports & Parameters Report Generator functions]]
+
[[Category:Reports & Settings Report Generator functions]]

Latest revision as of 13:05, 22 September 2016

Syntax

$SUBSTR{string, start, len}

Description

Extract a sub-string from a string.

Parameters

string
A text parameter that can not be omitted.
Input Text.
start
A numeric parameter that can not be omitted.
The starting position for the extraction.
len
A numeric parameter that can not be omitted.
The number of characters to extract from the starting position.

Returns

A text value. Will return the extracted string.