%ZEN.Datatype.list
deprecated datatype class %ZEN.Datatype.list extends %ZEN.Datatype.datatype
ODBC Type: VARCHAR
This is a specialized datatype. On the server this represents a set of items as a piece-delimited string. On the client this is converted to a JavaScript array.Parameters
parameter DELIMITER;
Delimiter character used for server-side representation.
Default is $C(5).
parameter MAXLEN;
Inherited description: The maximum number of characters the string can contain.
parameter XMLPROJECTION = attribute;