On Thu, 11 Jun 2015 10:56:45 +0200
Enrico Maria Giordano <e.m.giord...@emagsoftware.it> wrote:

> 
> 
> Il 11/06/2015 10:06, Andi Jahja ha scritto:
> 
> > Hi,
> >
> > I found that the following program behave differently in Clipper and 
> > xHarbour:
> >
> > MEMVAR GETLIST
> > PROC MAIN()
> >
> >     LOCAL C := SPACE(10)
> >
> >     @ 10,10 GET C PICTURE "@!A"
> >     READ
> >
> > Would appreciate a fix if so needed.
> 
> What's the difference? I can't test with Clipper. I tried with Harbour and 
> got the same result.

The with PICTURE "@!A" difference is:

Clipper: NO numeric value is accepted.
Harbour/xHarbour: Numeric value IS accepted.


Andi


------------------------------------------------------------------------------
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to