compile: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
mNo edit summary
m (fixed example)
Line 17: Line 17:
____________________________________________________________________________________________
____________________________________________________________________________________________
   
   
|x1= <pre>_function = "a = a + 1"; _compiled = compile _function; [[call]] _compiled;</pre> |= Example 1
|x1= <pre>_function = "a = a + 1"; _compiled = compile _function; call _compiled;</pre> |= Example 1
____________________________________________________________________________________________
____________________________________________________________________________________________



Revision as of 19:46, 7 August 2006

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

Description

Description:
Compile expression.
Groups:
Uncategorised

Syntax

Syntax:
compile expression
Parameters:
expression: String
Return Value:
Code

Examples

Example 1:
_function = "a = a + 1"; _compiled = compile _function; call _compiled;

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