Hi All
I am converting a FoxPro prg to VFP
I have used a null date example : date123 = {00/00/0000} in the original (so a display shows '00/00/0000'}
So I changed the lines to {^0000/00/00} or {^0000-00-00} and VFP doesn't like it. (I have used {^2000/01/01} which works... but it will mean a lot more programming effort.
Is there any way that I can create a 'null' date variable ?
It would save me a lot of re- programming time ...
Appreciate thoughts
Seasons best
JF
I am converting a FoxPro prg to VFP
I have used a null date example : date123 = {00/00/0000} in the original (so a display shows '00/00/0000'}
So I changed the lines to {^0000/00/00} or {^0000-00-00} and VFP doesn't like it. (I have used {^2000/01/01} which works... but it will mean a lot more programming effort.
Is there any way that I can create a 'null' date variable ?
It would save me a lot of re- programming time ...
Appreciate thoughts
Seasons best
JF