Function object_name()

← Back to Module core



Module core → object_name()

Description

Get the name of an object

object_name(obj)


Parameters


Return Value


Usage Example

a = object("myobj")
object_name(a)   ' Returns "myobj"