I am trying to print out some userdata as a string, but the lua documentation is rather weak to non-existent. How to convert the userdata variable to a string so that it can be written to a file?
Tag: UserData
Lua UserData array access and method
I wrote a userdata type for Lua in C language. It has some array type attributes and various methods. Now, if you are of this type, I use you: set (k,v)resp. u: Get (k) access data, such as u: sort