<?xml version="1.0" encoding="utf-8" standalone="yes"?>

<?xml-stylesheet href="./_c74_ref.xsl" type="text/xsl"?>

<!--This is an automatically generated file. DO NOT EDIT THIS FILE DIRECTLY. Rather, use the _ref.xml files found in the 'edits' folder.-->
<c74object name="dict.print" module="max" category="Dictionary">
	<digest>
		Post a dictionary to the Max Console
	</digest>
	<description>
		Use the <o>dict.print</o> object to post the content of a dictionary to the Max Console. For more control over how the printing is formatted, use <o>dict.iter</o> and <o>print</o>.
	</description>
	<!--METADATA-->
	<metadatalist>
		<metadata name="author">
			Cycling '74
		</metadata>
		<metadata name="tag">
			Dictionary
		</metadata>
	</metadatalist>
	<!--INLETS-->
	<inletlist>
		<inlet id="0" type="INLET_TYPE">
			<digest>
				dictionary input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
		<inlet id="1" type="INLET_TYPE">
			<digest>
				dictionary input
			</digest>
			<description>
				TEXT_HERE
			</description>
		</inlet>
	</inletlist>
	<!--OUTLETS-->
	<!--ARGUMENTS-->
	<objarglist>
		<objarg name="identifier" optional="1" type="anything">
			<digest>
				Max Console identifier
			</digest>
			<description>
				The argument is an identifier for the <o>dict.print</o> object. Each message printed in the Max Console is preceded by the name of the <o>dict.print</o> object. If there is no argument, the name is <m>dict.print</m>.
			</description>
		</objarg>
	</objarglist>
	<!--MESSAGES-->
	<methodlist>
		<method name="dictionary">
			<arglist>
				<arg name="name" optional="0" type="symbol" />
			</arglist>
			<digest>
				Dictionary whose contents will be posted to the Max Console
			</digest>
			<description>
				TEXT_HERE
			</description>
		</method>
	</methodlist>
	<!--ATTRIBUTES-->
	<!--EXAMPLE-->
	<examplelist />
	<!--SEEALSO-->
	<seealsolist>
		<seealso name="dict.deserialize" />
		<seealso name="dict.group" />
		<seealso name="dict.iter" />
		<seealso name="dict.join" />
		<seealso name="dict.pack" />
		<seealso name="dict.route" />
		<seealso name="dict.serialize" />
		<seealso name="dict.slice" />
		<seealso name="dict.strip" />
		<seealso name="dict.unpack" />
		<seealso name="dict.view" />
		<seealso name="dict" />
		<seealso name="dictionaries" module="core" type="vignette" />
	</seealsolist>
	<discussion>
		<b>Note:</b> The colon (:) is a reserved character and is not supported in keys or values.
	</discussion>
</c74object>
