Function like Print?

 
Is there any way how to define function like "Print" in order to pass a number of variables? I'm advanced in C, but I can't see any option how to do it in MQL4. Is it possible? 

Thanks in advance :) 
 
thepbx:
Is there any way how to define function like "Print" in order to pass a number of variables? I'm advanced in C, but I can't see any option how to do it in MQL4. Is it possible? 

Thanks in advance :) 
There is printf() in MQL4. See http://docs.mql4.com/common/printformat
PrintFormat - MQL4 Documentation
  • docs.mql4.com
PrintFormat - MQL4 Documentation
 
Yes, but I want to implement my own wrapper around it. 
Reason: