Forums / General / List datatype

List datatype

Author Message

Jason Filby

Saturday 06 September 2003 2:31:07 pm

Hi

Is it possible to have a datatype that can store several values? I'm thinking of a list datatype I guess.

Thanks
Jason

Jan Borsodi

Monday 08 September 2003 12:08:25 am

There is the matrix datatype which allows you to store multiple values in two dimensions.

There's also the object relation list datatype which uses subobjects to store values, for instance a list of images or addresses.

--
Amos

Documentation: http://ez.no/ez_publish/documentation
FAQ: http://ez.no/ez_publish/documentation/faq

Jason Filby

Monday 08 September 2003 11:00:00 am

Thanks for your reply, Jan, I'll look into the object relation list datatype.

Cheers
Jason