Left - 脚本和图表函数
Left() 用于返回特定字符串,其中包含输入字符串的第一个 (leftmost) 字符,其中字符数量由第二个参数决定。
语法:
Left(text, count)
返回数据类型: 字符串
参数:
Argument | Description |
---|---|
text | The original string. |
count | Defines the number of characters to included from the left-hand part of the string text. |
另请参见Index - 脚本和图表函数,允许分析更复杂的字符串。