On this Set value dialog box, you specify an array as a value for a property. Once you specify the value you want, you can modify or delete that value. Types of components of an array that you can specify include:
8-Bit Unsigned Integer Array - returns a collection of positive integers equivalent to 8 bits in size.
16-Bit Unsigned Integer Array - returns a collection of positive integers equivalent to 16 bits in size.
32-Bit Unsigned Integer Array - returns a collection of positive integers equivalent to 32 bits in size.
64-Bit Unsigned Integer Array - returns a collection of positive integers equivalent to 64 bits in size.
8-Bit Signed Integer Array - returns a collection of positive or negative integers equivalent to 8 bits in size.
16-Bit Signed Integer Array - returns a collection of positive or negative integers equivalent to 16 bits in size.
32-Bit Signed Integer Array - returns a collection of positive or negative integers equivalent to 32 bits in size.
64-Bit Signed Integer Array - returns a collection of positive or negative integers equivalent to 64 bits in size.
String Array - returns a collection of character strings.
Boolean Array - returns a collection of Boolean expressions, true or false.
32-Bit Real Array - returns a collection of positive or negative real numbers, with or without a decimal point, equivalent to 32 bits in size.
64-Bit Real Array - returns a collection of positive or negative real numbers, with or without a decimal point, equivalent to 64 bits in size.
16-Bit Character Array - returns a collection of alphabetic and numeric character strings equivalent to 16 bits in size.
DateTime Array - returns a collection of dates.