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 :)
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 :)