valuea plus valueb: Difference between revisions
Jump to navigation
Jump to search
(add. ArmA2 classification) |
Dr Eyeball (talk | contribs) m (A2 symbol category) |
||
Line 1: | Line 1: | ||
{{Command|= Comments | {{Command|= Comments | ||
____________________________________________________________________________________________ | ____________________________________________________________________________________________ | ||
Line 42: | Line 37: | ||
<h3 style="display:none">Bottom Section</h3> | <h3 style="display:none">Bottom Section</h3> | ||
[[Category:Scripting Commands|#]] | |||
[[Category:Scripting Commands OFP 1.96|#]] | |||
[[Category:Scripting Commands OFP 1.46|#]] | |||
[[Category:Scripting Commands ArmA|#]] | |||
[[Category:Scripting Commands ArmA2|#]] | |||
[[Category:Command_Group:_Variables|#]] | [[Category:Command_Group:_Variables|#]] | ||
Revision as of 03:00, 22 June 2009
Description
- Description:
- valuea and valueb are concatenated
- Groups:
- Uncategorised
Syntax
- Syntax:
- valuea + valueb
- Parameters:
- valuea: String or Array
- valueb: String or Array
- Return Value:
- String or Array
Examples
- Example 1:
String concatentation - "I" + " am" + " blind"
Result is "I am blind"- Example 2:
Array concatenation - [0, 1, 2] + [1, 2, 3]
Result is [0, 1, 2, 1, 2, 3]
Additional Information
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
Categories:
- Scripting Commands
- Introduced with Operation Flashpoint version 1.00
- Operation Flashpoint: New Scripting Commands
- Operation Flashpoint: Scripting Commands
- Command Group: Uncategorised
- Scripting Commands OFP 1.96
- Scripting Commands OFP 1.46
- Scripting Commands ArmA
- Scripting Commands ArmA2
- Command Group: Variables