DIM
hStringArray
AS
String[]
DIM
aString
AS
String
aString
=
hStringArray
[
Index
AS
Integer
]
Returns a value stored in the array from its index.