- Picture and text skills
- Case
Right returns the last character or characters in a text string based on the specified number of characters.
Syntax
RIGHT (text,num_chars)
Text is the text containing the text. A text string that extracts characters.
Num_chars specifies the number of characters you want RIGHT to extract.
Description
• Num_chars must be greater than or equal to 0.
• RIGHT if num_chars is greater than text length Return all text.
• If num_chars 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-RIGHT-han-shu-jie-qu-hou-duan-zi-fu.html
评论列表(196条)
测试