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를 사용할 때 가장 잘 작동합니다.