Show pageOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== Arrays ====== <code vb> Dim myStringArray(3) as String myStringArray(0) = "first" myStringArray(1) = "item 2" myStringArray(2) = "this is the third item" Debug.Print myStringArray(2) ' this prints: "this is the third item" </code> docs/programming/office_vba/arrays.txt Last modified: 2008/08/03 00:25by 127.0.0.1