Rename Object

The discussion area for general programming languages C/C++ Delphi Lua and others
Post Reply
Agombia
Registered User
Posts: 3
Joined: Sun Dec 07, 2014 12:12 am

Rename Object

Post by Agombia »

Hello Guys,
Greetings to all members.
What i am trying to achieve is to rename an object like a button at runtime in lua. Can any one give an idea how to achieve this.
User avatar
Serkan
Developer
Developer
Posts: 214
Joined: Thu Jul 04, 2013 8:44 pm
Location: Windows.h
Contact:

Post by Serkan »

object names are stored internally , so they are out of user scope
you can not change them
Post Reply