Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,16 @@
|
|||
Public Sub Main()
|
||||
Dim cList As Collection = ["2": "quick", "4": "fox", "1": "The", "9": "dog", "7": "the", "5": "jumped", "3": "brown", "6": "over", "8": "lazy"]
|
||||
Dim siCount As Short
|
||||
Dim sTemp As String
|
||||
|
||||
For Each sTemp In cList
|
||||
Print cList.key & "=" & sTemp;;
|
||||
Next
|
||||
|
||||
Print
|
||||
|
||||
For siCount = 1 To cList.Count
|
||||
Print cList[Str(siCount)];;
|
||||
Next
|
||||
|
||||
End
|
||||
Loading…
Add table
Add a link
Reference in a new issue