MatToStr

Description #

Outputs a hex string based on the input matrix, for use with PicArc’s STRINGTILE command. Any entry in a matrix over 255 will be treated as matrix_element modulo 256; for example, 511=1023=255.

Technical Details #

Arguments #

det(26,Matrix#)

Outputs #

Hex string based on input matrix.