Actually, there are still a lot of things to fix in relation to DATETIME
value. Since I personally do not use the value type ("T"), so I would be
glad if there are more bug reports in self-contained samples. It should
be easy to fix.

Andi

On Fri, 21 Oct 2011 18:09:34 +0300
Ella Stern <ella.st...@xharbour.com> wrote:

> Just tested a new build, both adding and subtracting are working now.
> Many thanks !
> On Fri, Oct 21, 2011 at 3:58 PM, Andi Jahja <andi.ja...@yahoo.co.id> wrote:
> 
> > Hello,
> >
> > Yes. It should be different.
> >
> > Error 1081 is for addition error.
> > Error 1082 is for substraction error.
> >
> > Andi
> >
> >
> > On Fri, 21 Oct 2011 15:43:51 +0300
> > Ella Stern <ella.st...@xharbour.com> wrote:
> >
> > > Hello,
> > >
> > > Thank you ! One stupid question: this code
> > >
> > > function main()
> > >    local a:=date()
> > >    local b:=datetime()
> > >    ? a
> > >    ? a+1
> > >    ? b
> > >    ? b-1
> > >    wait "end..."
> > > return NIL
> > >
> > > throws me a different error ( BASE/1082) with the xHarbour build made
> > > previously to your fix
> > >
> > > |10/21/11
> > > 15:39:28.000                                                           |
> > > |Error BASE/1082  Argument error: - Arguments: ( [ 1] = Type: T Val:
> > > 201110211539|
> > > |28.000 [ 2] = Type: N Val:
> > > 1)                                          |
> > > |
> > > |
> > > |Error at ...: MAIN(7) in Module:
> > > test.prg                                       |
> > >
> > >
> > > Ella
> > >
> > >
> > >
> > > On Fri, Oct 21, 2011 at 3:35 PM, Andi Jahja <andi.ja...@yahoo.co.id>
> > wrote:
> > >
> > > > Fixed.
> > > >
> > > > Andi
> > > >
> > > > On Fri, 21 Oct 2011 14:34:22 +0300
> > > > Ella Stern <ella.st...@xharbour.com> wrote:
> > > >
> > > > > Hello,
> > > > >
> > > > >
> > > > > The below code:
> > > > >
> > > > >
> > > > > function main()
> > > > >    local a:=date()
> > > > >    local b:=datetime()
> > > > >    ? a
> > > > >    ? a+1
> > > > >    ? b
> > > > >    ? b+1  // here I get error BASE/1081
> > > > >    wait "end..."
> > > > > return NIL
> > > > >
> > > > >
> > > > > throws this error:
> > > > >
> > > > >
> > > > > |10/21/11
> > > > > 14:26:13.000
> >   |
> > > > > |Error BASE/1081  Argument error: + Arguments: ( [ 1] = Type: T Val:
> > > > > 201110211426|
> > > > > |13.000 [ 2] = Type: N Val:
> > > > > 1)                                          |
> > > > > |
> > > > > |
> > > > > |Error at ...: MAIN(7) in Module:
> > > > > test.prg                                       |
> > > > >
> > > > > Ella
> >
> >



------------------------------------------------------------------------------
The demand for IT networking professionals continues to grow, and the
demand for specialized networking skills is growing even more rapidly.
Take a complimentary Learning@Cisco Self-Assessment and learn 
about Cisco certifications, training, and career opportunities. 
http://p.sf.net/sfu/cisco-dev2dev
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to