Can i store an array in a Table ?

Is it possible to store an array, say: [1,2,3 …n ] into a database field in Servoy 5? using type MEDIA

If not - how should i approach storing multiple values ( without creating a new table for it…) ?
Or simply not possible. :roll:

Regards, Jan

use the json serializer

Or the VelocityReport one (fromJSON / toJSON)

Found it …

Thanks Johan

http://wiki.servoy.com/display/public/D … Conversion