Array Function

Trả về kiểu Biến thế với một trường dữ liệu.

Syntax:

Array (ArgumentList)

Xem thêm DimArray

Parameters:

ArgumentList: A list of any number of arguments that are separated by commas.

Example:

Dim A As Variant
A = Array("Fred","Tom","Bill")
Msgbox A(2)

Please support us!