> lang > len | ![]() |
前一个 下一个 编辑 重命名 撤销 搜索 管理
| 文档 |
Length = Len ( Arg AS String ) AS IntegerReturns the byte count which is occupied by the string Arg. Each ASCII character which has the code 0 to 127 requires one byte, UTF-8 characters as ä, ö, ü, ß require two or more bytes.