Re: Regarding declaration within Class::Struct
ober 22, 2001 11:59 AM Subject: Regarding declaration within Class::Struct > I am facing a problem in creating an > array of Class::Structs within as Class::Struct. > Something like : > > struct Employee => { > name => '$', >
Regarding declaration within Class::Struct
I am facing a problem in creating an array of Class::Structs within as Class::Struct. Something like : struct Employee => { name => '$', empno => '$', }; struct Company { employees => '??' # how to declare the type array of Struct 'E