Arbortext Command Language > Functions by Category > Byte String Functions
  
Byte String Functions
 
Byte string functions operate on byte strings. Byte strings are used to represent binary data as opposed to character strings which represent Unicode strings (two bytes per character).
blength function
chop function
index function
length function
mblen function
mbstoucs function
oct function
pack function
rindex function
substr function
trim function
ucstombs function
unpack function