preprocessFile: Difference between revisions

From Bohemia Interactive Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 16: Line 16:
Return preprocessed content of given file.
Return preprocessed content of given file.


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





Revision as of 03:21, 16 April 2006

back to COMREF

preprocessFile filename


Operand types:

filename: String

Type of returned value:

String

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"