SitesMasstec
Programmer
Hello dear colleagues:
I have four Date variables, dA, dB, dC and dD. Each stores a date. For example:
dA=11/16/2018
dB=12/30/2016
dC=08/15/2018
dD=10/20/2018
I want to reorder these dates (first is the newest) in memory, without using file/cursor, so I can transform in:
dA=11/16/2018
dB=10/20/2018
dC=08/15/2018
dD=12/30/2016
Is there a VFP 9 function to do this?
Thank you,
SitesMasstec
I have four Date variables, dA, dB, dC and dD. Each stores a date. For example:
dA=11/16/2018
dB=12/30/2016
dC=08/15/2018
dD=10/20/2018
I want to reorder these dates (first is the newest) in memory, without using file/cursor, so I can transform in:
dA=11/16/2018
dB=10/20/2018
dC=08/15/2018
dD=12/30/2016
Is there a VFP 9 function to do this?
Thank you,
SitesMasstec