function:IsArray ( variable )return type:Booleancontent:ใช้ตรวจสอบว่า ตัวแปรนั้น เป็นตัวแปรชนิดArray หรือไม่example:If IsArray ( "Bamboo" ) Then MsgBox “This is array"