Local version 067 - '-1' - date literal string is incomplete
-

What does this mean?
*'-1' - date literal string is incomplete C:\MetaTrader 4\experts\00_00.mq4 (150, 19)
[/list:u:2pbazk6w]It seems to occur on this line:
*if(TimeCurrent()>D'-1') {Alert ("The trial version has been expired!"); IsTerminated(true);}[/list:u:2pbazk6w]...and is this something I need to be concerned about?
-
I have some idea what happened. I made it so if you scroll the mouse over any input field, it will increment/decrement it's value. And probably "Set project expiration date" was scrolled down and it turned to -1
Maybe I have to limit this functionality only for blocks 
-
OK. So can I just ignore the error in Meta Editor?
-
Why not go to project options and set it back to empty

-
Ah! Its the project expiration date! Sorry! The terminology, "The trial version has been expired!" had me confused and thinking it was something internal to fxDreema. Acutally the project expiration date is something I haven't as yet used anyway.
Thanks for the help - as always!
