Print

From OpenEUO
Revision as of 16:00, 9 October 2010 by 76.184.213.234 (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
print (···)

Receives any number of arguments, and prints their values to the script's feedback window (or log in the case of the gui thread), using the tostring function to convert them to strings. print is not intended for formatted output, but only as a quick way to show a value, typically for debugging. For formatted output, use string.format.

String.format

TMessageBox