
CHAPTER 8: ExtendScript Tools and Features Dollar ($) object 220
write()
$.write (text[, text...]...)
Writes the specified text to the JavaScript Console.
text: One or more strings to write, which are concatenated to form a single string.
undefined
writeln()
$.writeln (text[, text...]...)
Writes the specified text to the JavaScript Console and appends a linefeed sequence.
text: One or more strings to write, which are concatenated to form a single string.
undefined
Function Return type
Comentários a estes Manuais