
Posted:
Dec 9, 2004 @ 12:30am
by kornalius
I have still one little thing to fix with the typecasting. If you are typecasting a variable that is not already an object of the same class, PPL will automatically create a new object and call the create() function of the object. However right now, it always call the create() function even though the object is already created. This will be fixed in the next release.