The data in the array literal must be convertible to the data type of the typed array.
数组标识符中的数据必须可转换为类型化数组的数据类型。
2
If the range variable is explicitly typed, make sure that the type is either the same as, or implicitly convertible from, the type of the elements in the collection it iterates.
如果范围变量是显式类型的,请确保该类型与循环访问的集合中的元素类型相同或可从该类型隐式转换。
3
Make sure each argument is a valid expression that evaluates to a data typeconvertible to the type the procedure defines for the corresponding parameter.