echo: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
[[Category:Scripting Commands|ECHO]]
{{Command|= Comments
[[Category:Scripting Commands ArmA|ECHO]]
____________________________________________________________________________________________


| arma |= Game name


<h2 style="color:#000066">''' echo ''text'''''</h2>
|2.00|= Game version
____________________________________________________________________________________________


| Sends any text into the debugger console or the logfile. |= Description
____________________________________________________________________________________________


'''Operand types:'''
| '''echo''' text |= Syntax


'''text:''' [[String]]
|p1= text: [[String]] |= Parameter 1


'''Type of returned value:'''
| [[Nothing]] |= Return value
____________________________________________________________________________________________
 
|x1= <pre>echo "Text in logfile"</pre> |= Example 1
____________________________________________________________________________________________


[[Nothing]]
|  |= See also


'''Compatibility:'''
}}


Version 2.00 required.
<h3 style="display:none">Notes</h3>
<dl class="command_description">
<!-- Note Section BEGIN -->


'''Description:'''
<!-- Note Section END -->
</dl>


Sends any text into the debugger console or the logfile.
<h3 style="display:none">Bottom Section</h3>


 
[[Category:Scripting Commands|ECHO]]
'''Example''':
[[Category:Scripting Commands ArmA|ECHO]]
   
'''echo''' "Text in logfile"

Revision as of 11:04, 2 August 2006

-wrong parameter ("Arma") defined!-2.00
Hover & click on the images for description

Description

Description:
Sends any text into the debugger console or the logfile.
Groups:
Uncategorised

Syntax

Syntax:
echo text
Parameters:
text: String
Return Value:
Nothing

Examples

Example 1:
echo "Text in logfile"

Additional Information

See also:
See also needed

Notes

Report bugs on the Feedback Tracker and/or discuss them on the Arma Discord or on the Forums.
Only post proven facts here! Add Note

Notes

Bottom Section