Arbortext Command Language
>
Functions by Alphabetical Listing
> blength
blength
blength
(
str
)
Returns the number of bytes in the string specified by
str
. This contrasts with the
length
function which returns the number of characters. For example,
blength("abc")
returns
6
whereas
length("abc")
returns
3
.
Parent topic
Functions by Alphabetical Listing
這是否有幫助?
此網站在啟用 JavaScript 的情況下運作成效最佳