Framework:Substring: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
No edit summary |
No edit summary |
||
| Line 28: | Line 28: | ||
__NOEDITSECTION__ | __NOEDITSECTION__ | ||
[[Category:Functions|Substring]] | |||
[[Category:Functions - client-side|Substring]] | [[Category:Functions - client-side|Substring]] | ||
[[de:Framework:Substring]] | [[de:Framework:Substring]] | ||
Revision as of 15:41, 23 May 2012
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). |
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.
Beispiel
SUBSTRING('@Session_JP_DimJahr_Von@',1,4)