VFP date variables can have a little "something extra" if the value added to a date variable is not an integer. Date fields don't have this.
m.d1 = DATE() m.d2 = m.d1 + .01 ? m.d1=m.d2 && shows .f.
Fred
On Mon, May 9, 2016 at 1:45 PM, Tracy Pearson tracy@powerchurch.com wrote:
One of the testers here recently discovered a bit of code that when broken down did this:
?(Date() + INT(1 / 0) ) > Date(9999,12,31)
It returns true. However, put that actual value in printed form and it displays as " / / "
Just something for the oddities in your VFP collection.
Tracy
[excessive quoting removed by server]