View Single Post
  #17  
Old 05-20-2007, 12:13 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Quote:
Originally Posted by Twinny View Post
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 View Post
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?
Reply With Quote