FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour Antonio: Bug in ARead()
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Antonio: Bug in ARead()
Posted: Mon Feb 20, 2012 02:34 PM

In the function aRead() there must be "local nPos := 4,...." in the first line!

Regards,
Günther
---------------------------------
office@byte-one.com
Posts: 10733
Joined: Sun Nov 19, 2006 05:22 AM
Re: Antonio: Bug in ARead()
Posted: Wed Feb 22, 2012 04:23 AM

Mr Günther

You are right. Actually it was 4 in the older versions. This value was changed to 1 in some later version wrongly.

Should be restored to 4.

Regards



G. N. Rao.

Hyderabad, India
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Antonio: Bug in ARead()
Posted: Wed Feb 22, 2012 07:28 AM

Günther,

Could you please provide an example that shows the need for that change ? thanks :-)

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1048
Joined: Mon Oct 24, 2005 09:54 AM
Re: Antonio: Bug in ARead()
Posted: Wed Feb 22, 2012 10:13 AM
For years i use this functions to store arrays. In the last time aread() gives wrong resultats. Antonio, please make
Code (fw): Select all Collapse
cVal := asave({1,2,3})
msginfo(len(aread(cVal)))
Regards,
Günther
---------------------------------
office@byte-one.com

Continue the discussion