Array Reference

THB 0.00

array Arrays are one of the most commonly used data types in an app You use arrays to organize your app's data Specifically, you use the Array type to hold elements

Dim A As Variant, B As Long, i As Long A = Array ' A is a three element list by default indexed 0 to 2 B = A ' B is now 30 ReDim array # Create an array Specify the memory layout of the array If object is not an array, the newly created array will be in C order

ปริมาณ:
array
Add to cart

array Arrays are one of the most commonly used data types in an app You use arrays to organize your app's data Specifically, you use the Array type to hold elements

array แปลว่า Dim A As Variant, B As Long, i As Long A = Array ' A is a three element list by default indexed 0 to 2 B = A ' B is now 30 ReDim

# Create an array Specify the memory layout of the array If object is not an array, the newly created array will be in C order