- Print
- Dark
- PDF
Article summary
Did you find this summary helpful?
Thank you for your feedback
Description
Displays a value in the debugger output log.
Input Parameters
Name | Type | Required | Description |
---|---|---|---|
value | Any | Yes | Value to display in output log |
[prop] | Text | No | When value is an array, name of property to display for each item in the array |
Returns
No return value.
Examples
Remarks
This function is useful throughout script development because it allows you to display information and test variable conditions during script executions.