[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: The "make the special type in C" journey and type
- From: Andrew Starks <andrew.starks@...>
- Date: Thu, 3 Oct 2013 18:51:03 -0500
On Thursday, October 3, 2013, liam mail wrote:
I'm speaking as a user on the Lua side that is consuming a userdata value that is playing the role of a value that might be added to or concatenated or otherwise interact with other values.
I believe that I answered this in my post. pcall is fine, except if I want to perform some kind of logic, based on if I have an "int64" data type or a "real" datatype. Do I then parse the error string, looking for some hint as to what I've got, via the string matching library?