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 := {}
best regards,
Przemek
_______________________________________________
Harbour mailing list
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour
