[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: getting address of userdata
- From: "Matthew Armstrong" <turkeypotpie@...>
- Date: Mon, 21 May 2007 17:47:06 -0700
How do I get the address of a userdata object? This is solely for debugging purposes.
For instance, if 't' is a table, and I say:
print(t)
It will say something like:
table: 05AED8F0
But, if I try that with a user data object, I get an error saying 'No such operator defined'.