ListFormat Contents Description Changing This Parameter See Also Specify the compression format for values in a list. Synopsis [Miscellaneous] ListFormat=n n is an integer in the range 0—3. The default value is 0. Description Important: This parameter has been retained for compatibility, but should not be used when building new applications. ListFormat determines which values should be compressed within a list. The possible options for ListFormat are: 0 — no compression in a list 1 — $DOUBLE (IEEE) values in a list are compressed 2 — Unicode strings in a list are compressed 3 — Both $DOUBLE and Unicode strings in a list are compressed Note: If using lists with external clients (Java, C#, etc), ensure that the external client supports the compressed list format. Changing This Parameter On the Compatibility page of the Management Portal (System Administration > Configuration > Additional Settings > Compatibility), in the ListFormat row, click Edit. Enter the desired value for this setting.Instead of using the Management Portal, you can change ListFormat in the Config.MiscellanousOpens in a new tab class (as described in the class reference) or by editing the CPF with a text editor. See Also $DOUBLE function in ObjectScript Reference. $LIST function in ObjectScript Reference. FeedbackOpens in a new tab