Used to return array as string.
property AsString: string;
Use the AsString property to return array as string. For example, AsString property for two-dimensional array of integer with 2 rows, 3 elements in width can have the following value:
'((1; 2; 3), (4; 5; 6))'. Array values can be set using this property.