pintdeep( header, variable )
Parameters
| Type | Description | |
| header | string | text that appears before variable |
| variable | rvalue | variable to recursively print |
_result
Not set.
Descriptions
Sends both the root value and all array and property element of variable to the robot's print log. For more information about array and property values see the user variables topic. The variable parameter can actually be any valid expression, but is normally a user defined or system variable. Header is generally the name of the variable passed as the second parameter. For example:
The
print log keeps approximately 500 entries. When printdeep and print
are used more the 500
times, the oldest entries will be removed first. This command is useful primarily
for debugging a robot. During game play, open the Inspector Window to view the print log.
See Also