It looks like when I want to create a subclass of Float, I have this odd
class creation message. Moreoever, I can add instance variable to this
new class: when compiling there are wipe out: argument
instanceVariableNames: '' remain empty.

If I change Float to Object, all get back to normal.

Why is it like this ?


Float variableWordSubclass: #MyClass
        instanceVariableNames: ''
        classVariableNames: ''
        category: 'Cofigest-Financial'


Thanks

Hilaire

-- 
Dr. Geo - http://drgeo.eu
iStoa - http://istoa.drgeo.eu


Reply via email to