Quote:
Originally Posted by Twinny
Aww...printf() in loops problem wasn't fixed  .
|
Yes sorry, just checked again and found the problem, so it will be fixed with the next update.
Quote:
Originally Posted by Skyld
Function prototypes! One of the best additions yet by far.
Wondering if it would be possible to have this.foo = public function () also, or something similar. Defining functions using this method in a TStaticVar results in a function inaccessible error in RC. Currently it is a bit of a pain to have to define a public function and copy it, if the functions you are defining are different for each object.
|
May be they should be public by default?