error using dictionary samples

 
I've tried to use the sample from the help

ObjectCreate("text_object", OBJ_TEXT, 0, T'2004.02.20 12-30', 1.0045);


and got following error:

'2004.02.20 12-30' - more than 1 symbol H:\Programs\tools\4x\MetaTrader\experts\myFile.mq4 (91, 55)


Why?

Ivo

 
please use date literal D'2004.02.20 12:30' instead of T'2004.02.20 12-30'
sample will be fixed
 
OK 10x for the fast correction - Ivo