- Picture and text skills
- Case
LEFTB Returns the first character or characters in a text string based on the number of bytes specified. This function works with double-byte characters.
strong>
Syntax
LEFTB(text,num_bytes)
Text is the text string containing the characters to be extracted.
Num_bytes is specified by the number of bytes extracted by LEFTB number of characters.
■< /span>Num_bytes must be greater than or equal to 0.
■< /span> If Num_bytes is greater than the text length, LEFT returns all text.
■< /span>If Num_bytes is omitted, it is assumed to be 1.
Articles are uploaded by users and are for non-commercial browsing only. Posted by: Lomu, please indicate the source: https://www.daogebangong.com/en/articles/detail/biao-ge-wen-ben-han-shu-qiao-yong-LEFTB-han-shu-ti-qu-zi-jie-ge-shu.html
评论列表(196条)
测试