Langage des commandes Arbortext
>
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
Est-ce que cela a été utile ?
Ce site fonctionne de manière optimale avec JavaScript activé.