|
|
(14 intermediate revisions by 10 users not shown) |
Line 1: |
Line 1: |
| [[Category:Scripting Commands|#]]
| | #REDIRECT [[+]] |
| [[Category:Scripting Commands OFP 1.96|#]] | |
| [[Category:Scripting Commands OFP 1.46|#]]
| |
| [[Category:Scripting Commands ArmA|#]]
| |
| | |
| {{Command|= Comments
| |
| ____________________________________________________________________________________________
| |
| | |
| | ofp |= Game name
| |
| | |
| |1.00|= Game version
| |
| ____________________________________________________________________________________________
| |
| | |
| | valuea and valueb are concatenated |= Description
| |
| ____________________________________________________________________________________________
| |
| | |
| | '''valuea plus valueb''' |= Syntax
| |
| | |
| |p1 =valuea: [[String]] or [[Array]]
| |
| | |
| |p2 =valueb: [[String]] or [[Array]]
| |
| | |
| |[[String]] or [[Array]] |= Return value
| |
| ____________________________________________________________________________________________
| |
| | x1= <code>[[String]] concatentation - "I" '''+''' " am" '''+''' " blind" </code>
| |
| Result is "I am blind"
| |
| | |
| |x2 = <code>[[Array]] concatenation - [0, 1, 2] '''+''' [1, 2, 3]</code>
| |
| Result is [0, 1, 2, 1, 2, 3]
| |
| | |
| | |= See also
| |
| | |
| }}
| |
| | |
| <h3 style="display:none">Notes</h3>
| |
| <dl class="command_description">
| |
| <!-- Note Section BEGIN -->
| |
| | |
| <!-- Note Section END -->
| |
| </dl>
| |
| | |
| <h3 style="display:none">Bottom Section</h3>
| |
| | |
| [[Category:Command_Group:_Variables|#]]
| |