echo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
 
mNo edit summary
Line 3: Line 3:




<h2 style="color:#000066">''''' echo'' text'''''</h2>
<h2 style="color:#000066">''' echo ''text'''''</h2>




Line 9: Line 9:


'''text:''' [[String]]
'''text:''' [[String]]


'''Type of returned value:'''
'''Type of returned value:'''
Line 22: Line 21:


Sends any text into the debugger console or the logfile.
Sends any text into the debugger console or the logfile.


'''Example''':
'''Example''':
      
      
'''echo''' "Text in logfile"
'''echo''' "Text in logfile"

Revision as of 23:41, 3 July 2006


echo text


Operand types:

text: String

Type of returned value:

Nothing

Compatibility:

Version 2.00 required.

Description:

Sends any text into the debugger console or the logfile.


Example:

echo "Text in logfile"