What is your university? Which year are you? can you put me in contact with your teacher?
Stef On Jun 9, 2013, at 2:23 PM, Palindrom <[email protected]> wrote: > Hi, > Thank you for your answer.. My university say that you must use this.. I > guess they do not know how to use newer ones.. :) so they want to not to use > news.. > > I want to ask one more thing..: > I try to call an class method with in this class.. > for example i have : > database class and in it there is two distinct method delete and deleteall.. > in deleteall method i try to call delete method.. how i can do this ? Simple if you have the class Database Database class>>delete ,./,/.,/,./,/. Database class>>deleteAll ljljkjlkjlkjljlkj and to invoke delete as follow Database delete Class methods are simple methods. So to me it looks like you should read the pharo by example book for real :) > > > > -- > View this message in context: > http://forum.world.st/Pharo-asO2Node-error-tp4692417p4692443.html > Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com. >
