jit.str.tosymbol
Description
Use the jit.str.tosymbol object to convert a string matrix into a Max symbol.
Examples

Discussion
A word on Jitter strings: In Jitter, any 1 plane char matrix may be manipulated as a string. String matrices may have one or two dimensions. If 1-dimensional, the string is considered terminated at the first 0 (like in C). If 2-dimensional, the string may be considered a multi-line string, with the first 0 encountered on each row treated as a carriage return. The jit.textfile and jit.str.op objects will accept and output 2D matrices. jit.str.fromsymbol only outputs 1D matrices and jit.str.tosymbol only accepts 1D matrices (or the first row of a 2D matrix).
Matrix Operator
matrix inputs:1, matrix outputs:0
Name | IOProc | Planelink | Typelink | Dimlink | Plane | Dim | Type |
---|
More about Matrix Operators
The Jitter MOP
MOP Arguments
MOP Attributes
MOP Messages
Attributes
outsym [symbol]
The current symbol
Common Box Attributes
See Also
Name | Description |
---|---|
jit.str.fromsymbol | |
jit.str.op | |
jit.str.regexp | |
jit.textfile | |
tosymbol | |
Tutorial 20: Importing and Exporting Single Matrices | Tutorial 20: Importing and Exporting Single Matrices |