Function Reference
— Mapping Function: toascii (s)

Return ASCII representation of s in a matrix. For example,

          toascii ("ASCII")
               [ 65, 83, 67, 73, 73 ]