Functions Documentation
View Function Edit Function
Name dbgOutput
Syntax (dbgOutput s1 [s2 ... sn])
Argument List string: The stuff you want outputted to the debug console. If the argument is not a string it will be converted into a string.
[s2 ... sn]: More strings to be outputted. They will be concatenated onto the previous strings
Returns condition: True if it successfully outputted the string
Category debug
Description Outputs the string onto the debug console.
Example
(dbgOutput "if you can see this you have the debug console open")


Outputs to the debug console
if you can see this you have the debug console open
True
Comment Very useful in testing scripts and seeing where things go wrong.
Does not handle \n but does handle \".