Framework:Substring: Difference between revisions
From CoPlanner 11
Jump to navigationJump to search
Created page with "==Function== SUBSTRING(<String>,<Start>,<Length>) {| cellspacing="1" cellpadding="3" width={{{breite|80%}}} border="1" |- | style=background-color:#f..." |
No edit summary |
||
| Line 4: | Line 4: | ||
{| | {| class="wikitable" width="80%" | ||
|- | |-{{Tabellentitel}} | ||
| | | Parameter | ||
| | | Description | ||
|- | |- | ||
|String | |String | ||
Revision as of 10:04, 6 March 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)