初投稿
>|vb|
dim test as object
set test = CreateObject("Scripting.Dictionary")
With test
.Add "key1", "value1"
.Add "key2", "value2"
.Add "key3", "value3"
End With
Debug.Print test("key1")
||<
Permalink | 記事への反応(0) | 16:39
ツイートシェア