Re: Reading Results from J/Link
- To: mathgroup at smc.vnet.net
- Subject: [mg65266] Re: Reading Results from J/Link
- From: "ragfield" <ragfield at gmail.com>
- Date: Thu, 23 Mar 2006 06:58:24 -0500 (EST)
- References: <dvgs7e$9op$1@smc.vnet.net>
- Sender: owner-wri-mathgroup at wolfram.com
> What I don't understand how to translate this result to Java. > Additionally ml.getType() returns 70. But this code is none of the > declared ones in the MathLink-interface. 70 is 'F', or MLTKFUNC, which is to be expected given that your function returns a List. From mathlink.h: #define MLTKFUNC 'F' /* 70 Ox46 01000110 */ /* non-leaf node */ -Rob