dict.print
Description
Use the dict.print object to post the content of a dictionary to the Max Console. For more control over how the printing is formatted, use dict.iter and print.
Discussion
Note: The colon (:) is a reserved character and is not supported in keys or values.
Arguments
identifier [anything]
Optional
The argument is an identifier for the dict.print object. Each message printed in the Max Console is preceded by the name of the dict.print object. If there is no argument, the name is .
Attributes
Common Box Attributes
Messages
dictionary
Arguments
name
[symbol]
Dictionary whose contents will be posted to the Max Console
See Also
Name | Description |
---|---|
dict.deserialize | |
dict.group | |
dict.iter | |
dict.join | |
dict.pack | |
dict.route | |
dict.serialize | |
dict.slice | |
dict.strip | |
dict.unpack | |
dict.view | |
dict | |
Dictionaries | Dictionaries |