rustem
20th February 2006, 09:55
Hello, All!

I've got a problem :(
I'm trying to import from the parent session two dimensional string array. The array is declared in parent and child sessions just the same:


extern string a(6,10)


I've tried functions - get.var(), get.indexed.var(), import(), but without any success. What should I do or how to use one of these functions properly to import whole array from the parent session to the child one at once? Some examples would be nice :)

george7a
21st February 2006, 09:00
Hi,

Did you export (http://www.baanboard.com/programmers_manual_baanerp_help_functions_variables_interprocess_transfer_export) the array in the parent session? After you do, you can import it in the child.

I hope it helps,

- George