ID:157050
 
Is this possible at all? I've read http://www.byond.com/docs/ref/info.html#/proc/call , but from what I can see there's no way to call a function with a non-textual argument. Is that all there is to this, or am I misunderstanding this and it is indeed possible to pass numeric or object arguments to a DLL somehow?

If not, might such an ability be possible in future?
It must be passed as text. You will need to convert the text to numbers and vice versa on the DLL side.