Enrico,

>
>> This is not correct for me:
>
>
> If I am missing something please feel free to teach me.
>

As mentioned author of theese things Mindaugas,
BEGIN SEQUENCE/END SEQUENCE logic could not be processed correctly
in all cases.
As temporary resort can be:
You have warning:

Warning W0032  Variable 'NVAR' is assigned but not used in function 'TEST(18)'

It meens assignment in line 18 is problem (in you case not your)
This line is:
  nVar := 2
Change it to
  nVar = 2; ( nVar )

All these cases report there
Sorry disadvantage ;(

Saulius

------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_mar
_______________________________________________
xHarbour-developers mailing list
xHarbour-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xharbour-developers

Reply via email to