This has been driving me nuts, and I'm going in ever-more-complex circuits over this, so hopefully someone here can help me.
The idea is that the client can have a GUI, and receive a response from the server given a certain input. The problem is that this always seems to come back to some variation of%variable = commandtoserver('getsomeinfo');
Unfortunately, whenever this happens, I get the same error every time client-side: Call to commandToServer in [function name] uses result of void function call.
What's going on? Any way to work around it?