Hi, I’m tryng to assig a specific date value to a global variable. I define a global var as date and I’m trying to do:
d1:=01/01/2007;
or
d1:=‘01/01/2007’;
or
d1:=#01/01/2007#;
but i recive errors of type conversion when compile. How can I assing a date value to a date global var?
Thanks to all.