Hi folks,

I don´t know if this is an feature or a problem. If I have

DATA bDraw AS CODEBLOCK INIT nil

bDraw accept NIL without problem, but I can´t set it to nil again. If
I do:

oClass:bDraw = nil

I receive an error.

IMHO codeblock types can receive nil to easy checking, like:

if !( oClass:bDraw == nil )
   Eval( oClass:bDraw )
endif


Thanks and best regards,

Toninho.

__________________________________________________
Faça ligações para outros computadores com o novo Yahoo! Messenger
http://br.beta.messenger.yahoo.com/
_______________________________________________
Harbour mailing list
Harbour@harbour-project.org
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to