Hi list,

I have two functions in an ndll module that receive and send a string value. Generally, I query a value with one function then send to the other. The problem is, I can print the string returned from the sender function with no problems, but when I go to send to the second function, I get "invalid field access : __s". Now, I know for sure that I'm returning the string correctly and it's printing fine with neko.Lib.print, so why is the __s field not available? And yes, I am untyping the call.

Thanks in advance,
Lee





--
Neko : One VM to run them all
(http://nekovm.org)

Reply via email to