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
.
Was this helpful?
This site works best with JavaScript enabled