BUG

Aug 9, 2009
293
1
echo %@DOW[%_DATE] %@DOY[%_DATE] %_MONTHF %_YEAR %_TIME


Tue 1 Feb 2011 10:33a
c:\>echo %@DOW[%_DATE] %@DOY[%_DATE] %_MONTHF %_YEAR %_TIME
Tue 32 February 2011 10:33:07

Tue 1 Feb 2011 10:33a
c:\>

XP 4NT8
 
G

Glennbo51

Guest
On 01/31/2011 15:41, Kachupp wrote:

> echo %@DOW[%_DATE] %@DOY[%_DATE] %_MONTHF %_YEAR %_TIME
>
>
> Tue 1 Feb 2011 10:33a
> c:\>echo %@DOW[%_DATE] %@DOY[%_DATE] %_MONTHF %_YEAR %_TIME
> Tue 32 February 2011 10:33:07
>
> Tue 1 Feb 2011 10:33a
> c:\>
>
> XP 4NT8
>
As far as I can see this is not a BUG. You are displaying the "Day of
the Week", "The Day of the Year", The "Month", Year and Time. Feb 1,
2011 just happens to the the 32nd day of the year.
 
May 20, 2008
603
0
Sammamish, WA
You appear to be making the claim that the very same thing gives two
different results. I find that surprising. Is there more information you can
provide? I don't see any problem behavior here with quite a range of 4NT
version 8:



D:\>ver

4NT 8.02.85 Windows Vista [Version 6.1.7600]

D:\>echo %@DOW[%_DATE] %@DOY[%_DATE] %_MONTHF %_YEAR %_TIME
Mon 31 January 2011 14:07:31


D:\>ver
4NT 8.02.106 Windows Vista [Version 6.1.7600]

D:\>echo %@DOW[%_DATE] %@DOY[%_DATE] %_MONTHF %_YEAR %_TIME
Mon 31 January 2011 14:04:40



On Mon, Jan 31, 2011 at 13:41, Kachupp <> wrote:


> echo %@DOW[%_DATE] %@DOY[%_DATE] %_MONTHF %_YEAR %_TIME
>
>
> Tue 1 Feb 2011 10:33a
> c:\>echo %@DOW[%_DATE] %@DOY[%_DATE] %_MONTHF %_YEAR %_TIME
> Tue 32 February 2011 10:33:07
>
> Tue 1 Feb 2011 10:33a
> c:\>
>
> XP 4NT8
>
>
>
>
>
>
>



--
Jim Cook
2010 Mondays: 4/4, 6/6, 8/8, 10/10, 12/12 and 5/9, 9/5, 7/11, 11/7.
Next year they're Tuesday.
 
Aug 9, 2009
293
1
AHH yes your right 32nd day.

Sorry everyone


> -----Original Message-----
> From: GlennBo51 [mailto:]
> Subject: RE: [Support-t-2568] BUG
>
>
> On 01/31/2011 15:41, Kachupp wrote:
>
>
> ---Quote---
> > echo %@DOW[%_DATE] %@DOY[%_DATE] %_MONTHF %_YEAR %_TIME
> >
> >
> > Tue 1 Feb 2011 10:33a
> > c:\>echo %@DOW[%_DATE] %@DOY[%_DATE] %_MONTHF %_YEAR %_TIME
> > Tue 32 February 2011 10:33:07
> >
> > Tue 1 Feb 2011 10:33a
> > c:\>
> >
> > XP 4NT8
> >
> ---End Quote---
> As far as I can see this is not a BUG. You are displaying the "Day of
> the Week", "The Day of the Year", The "Month", Year and Time. Feb 1,
> 2011 just happens to the the 32nd day of the year.
>
>
>
>
 
Aug 9, 2009
293
1
Wait till 1 FEB it it will confuse you for a little bit

i was getting @DOY[] mixxed up SORRY to jpsoft


> -----Original Message-----
> From: Jim Cook [mailto:]
> Subject: RE: [Support-t-2568] BUG
>
>
> You appear to be making the claim that the very same thing gives two
> different results. I find that surprising. Is there more information you can
> provide? I don't see any problem behavior here with quite a range of 4NT
> version 8:
>
>
>
> D:\>ver
>
> 4NT 8.02.85 Windows Vista [Version 6.1.7600]
>
> D:\>echo %@DOW[%_DATE] %@DOY[%_DATE] %_MONTHF %_YEAR %_TIME
> Mon 31 January 2011 14:07:31
>
>
> D:\>ver
> 4NT 8.02.106 Windows Vista [Version 6.1.7600]
>
> D:\>echo %@DOW[%_DATE] %@DOY[%_DATE] %_MONTHF %_YEAR %_TIME
> Mon 31 January 2011 14:04:40
>
>
>
> On Mon, Jan 31, 2011 at 13:41, Kachupp <> wrote:
>
>
>
> ---Quote---
> > echo %@DOW[%_DATE] %@DOY[%_DATE] %_MONTHF %_YEAR %_TIME
> >
> >
> > Tue 1 Feb 2011 10:33a
> > c:\>echo %@DOW[%_DATE] %@DOY[%_DATE] %_MONTHF %_YEAR %_TIME
> > Tue 32 February 2011 10:33:07
> >
> > Tue 1 Feb 2011 10:33a
> > c:\>
> >
> > XP 4NT8
> >
> >
> >
> >
> >
> >
> >
> ---End Quote---
>
>
> --
> Jim Cook
> 2010 Mondays: 4/4, 6/6, 8/8, 10/10, 12/12 and 5/9, 9/5, 7/11, 11/7.
> Next year they're Tuesday.
>
>
>
>
 

Similar threads