콘텐츠가 아직 해당 언어로 번역되지 않았습니다. 영어 버전이 제공됩니다.
Left - script and chart function
Left() returns a string consisting of the first (left-most) characters of the input string, where the number of characters is determined by the second argument.
Syntax:
Left(text, count)
Return data type: string
Arguments:
Argument | Description |
---|---|
|
The original string. |
|
Defines the number of characters to included from the left-hand part of the string text. |
the Index - script and chart function, which allows more complex string analysis.