Hello Community, I need to get the variable name by its value, for example:
i = 1
print ( i ) --Prints 1
print ( 1 ) --I need that the terminal prints "i" (the variable name) and not 1
[import]uid: 81091 topic_id: 19625 reply_id: 319625[/import]