Framework:Substring

From CoPlanner 10
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Function

SUBSTRING(<String>,<Start>,<Length>)

Parameter Description
String Is a character string
Start Is an integer that specifies where the substring begins.
Length Is an integer that specifies the length of the substring (the number of characters or bytes to return).

This function belongs to client-side functions.

Result

Returns the substring of the first argument starting at the position specified in the second argument and the length specified in the third argument.

Example

SUBSTRING('@Session_JP_DimJahr_Von@',1,4)