Advertisement
Guest User

Untitled

a guest
Feb 25th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. Sub TestDictionary
  2. Dim d as dictionary
  3. set d = new dictionary
  4.  
  5. debug.print d.count
  6. debug.print d(1)
  7. debug.print d.count
  8.  
  9. End Sub
  10.  
  11. 0
  12. `I presume this line being the empty string
  13. 1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement