preprocessFile: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 3: Line 3:
[[Category:Scripting Commands ArmA|P]]
[[Category:Scripting Commands ArmA|P]]


back to [[Scripting_Reference#P|COMREF]]


<h2 style="color:#000066">'''preprocessFile ''filename'''''</h2>
<h2 style="color:#000066">'''preprocessFile ''filename'''''</h2>

Revision as of 12:09, 23 April 2006


preprocessFile filename


Operand types:

filename: String

Type of returned value:

String

Compatibility:

Added in version 1.82

Description:

Return preprocessed content of given file.

Preprocessor is C-like, supports comments using // or /* and */ and macros defined with #define.


Example:

preprocessFile "myFunction.sqf"