Suppose I have a cmod function:
PIKEFUN array decodedatarow(int msglen, object portal) {
...
}
Which is called as:
class portal {
int a;
int b;
};
portal abc=portal();
decodedatarow(12, abc);
How would I access the svalues of the members a and b from within the
cmod function decodedatarow() ?
--
Sincerely,
Stephen R. van den Berg.
"Well, if we're going to make a party of it, let's nibble Nobby's nuts!"