How to use spaces in inputs parameters in EA

 

Hi All !

Please how to use spaces in inputs / extern , like this window in this Picture .

Thanks for the help.

example

 
khalilkmk:

Hi All !

Please how to use spaces in inputs / extern , like this window in this Picture .

Thanks for the help.


input int InpVar = 1; //use a single line comment
enum TEST
{
   OPTION1, //The same goes for enums
};
Reason: