Hi,

I get this error with the sample in lines 111->117
./tst.prg(4) Error E0020  Incomplete statement or unbalanced delimiters
./tst.prg(8) Error E0013  NEXT does not match FOR
2 errors

I replace the line 112:
FOR EACH c IN (@s)
with :
FOR EACH c IN @s

and now compile is fine.

I found this documentation very usefull.
Thank you Przemek,

--
Guy
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to