How to define a VA function?

 
It's not clear what you mean exactly? Do you want to define such function or use an existing one? You can specify default value for all ending parameters.
 
marketeer:
It's not clear what you mean exactly? Do you want to define such function or use an existing one? You can specify default value for all ending parameters.

Thank you. in MQL4, it has function like below:

void  Print(
   argument,     // first value
   ...           // next values
   );

I want to define such function but compilation fails:

It seems that it not surpported by MQL4, but I'm not sure. Can you help? :) 

Reason: