preprocessFile
Categories:
back to COMREF
Operand types:
filename: String
Type of returned value:
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"