Hi.
Why does the Comment() function return 7? Is it not supposed to return 7.5?
In the past, it showed 7.5. I restarted my computer, and still, it shows 7.
What could be the problem?
PHP Code
//+------------------------------------------------------------------+ //| script program start function | //+------------------------------------------------------------------+ int init() { Comment(15/2); return(0); }
In the past, it showed 7.5. I restarted my computer, and still, it shows 7.
What could be the problem?