nickblack:
Normally this is just a syntax error, but i cant find any missing brackets or end of line stuff.. help?
the 2 errors:
'!=' - left parenthesis expected (52, 13)
';' - left parenthesis expected (54, 21)
the code :
thank you in advance.
Hi nickblack,
This is left parenthesis -->> (
This is right parenthesis -->> )
This is what the compiler expected before ; -->> ()
So ...
Hour ()
onewithzachy:
Hi nickblack,
This is left parenthesis -->> (
This is right parenthesis -->> )
This is what the compiler expected before ; -->> ()
So ...
herp derp >.< thank you, I cant believe I forgot that considering i've done that before.
thank you!
and many cookies to you!
@nickblack:
double hour; if (Hour()!=hour) { }Thank you. :)

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Normally this is just a syntax error, but i cant find any missing brackets or end of line stuff.. help?
the 2 errors:
'!=' - left parenthesis expected (52, 13)
';' - left parenthesis expected (54, 21)
the code :