print(msg)
Prints a message to the console output in the ExtendScript editor, but unlike println()
it doesn’t return the carriage to a new line at the end.
Type: function
Parameter(s):
- msg {Any}:
Any combination of Number, String, Object, Boolean, Array to print.