reading string array after transfer



Hi,

I have created a structurr which contains an array of 5 strings, e.g.:

typedef string xyz[6]

struct abc {
	...
	xyz aaa
}

After transferring the structure abc as an in parameter to the server
from the client, I can't access the subelements of xyz ? I can access
the element where I created them in the client as abc.xyz[0] ...

I can access every subelement of the strucure abc as abc->... , but I am
lost for the "subarray" xyz.

Best regards,

Peter Van Osta



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]