Przemyslaw Czerpak escribió:
On Tue, 08 Sep 2009, Guillermo Varona Silupú wrote:
PROCEDURE Main
LOCAL cVar1 := cVar2 := SPAC(10), oPsw //, GetList
[...]
AADD(GetList, oPsw)
[...]
Just an observation:
Why not work with getList LOCAL?

Because it's NIL. You have to initialize it to be an array:
   local GetList := {}
Thanks Pzremek.
now work fine.

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

Reply via email to