What is the use of " Void "

 
anyone?
 
6288monkey:
What is the use of " Void "

anyone?

The function does not return anything . . .  it's return type is void.

https://book.mql4.com/operators/function

"If a function must not return any value, its type should be named void.

Reason: