View Single Post
  #2  
Old 06-06-2007, 06:49 PM
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
That is supposed to be like that. Giving it a name will make it a global variable, and you cannot just create another object with the same name, it will try to replace the existing object if possible though (if it's just "TGraalVar").
This is partially like that to make it possible to use 'new GuiControl("name")' and such without needing to check if the control is already existing
Reply With Quote